Using GenAI Script Generator
The GenAI Script Generator page has two areas:
- Input (left side)
- Output (Response) (right side)
GenAI integration overview
This integration provides access to GenAI capabilities from within the application interface.
Feature availability
The Generative AI Script Generator option is available only when the GenAI feature is enabled for the current tenant in CloudSuite Self-Service Portal.
For information about enabling the feature, see Enabling GenAI features through CloudSuite Self-Service Portal.
Interface layout
- Input: Located on the left side of the page.
- Output (Response): Displayed on the right side of the page.
Input area
The Input area contains the information used to generate a script. You can provide one or more of these inputs:
-
Input instruction: Provide instructions that guide the script generation.
-
Prompts: Expand or collapse a prompt by clicking or . Clicking a prompt button clears the current input instruction and inserts a template that you can update.
-
Source script: If you open the GenAI Script Generator from an editor that contains a script, the existing script is included as the source script. If you open the GenAI Script Generator from a blank editor, the Source Script section is not displayed.
-
Upload files: Drag and drop files into the window or upload up to two files to use as input. After upload, the system evaluates whether the files can be used as script input. If a file cannot be used, an error message describes the issue.
-
: The button is enabled after you specify an input instruction. Clicking combines the submitted inputs and starts the generation.
Output (Response) area
The Output (Response) area displays information returned by GenAI. The content can include:
-
Generated script
-
Additional information related to the generated script
-
Disclaimer: Verify AI-generated output for accuracy.
These actions are available in the Output (Response) area:
-
: Enabled only after a script is generated. Clicking copies the generated script and additional information to the clipboard so you can paste the content outside Infor. When pasted, the script is enclosed in
<script>tags and the additional information is enclosed in<remarks>tags. -
: Enabled after you create an input instruction. Clicking clears the Input and Output (Response) areas.
-
: Discards input and output and closes the window.
-
: Inserts the generated script into the Script editor and replaces any script that is currently in draft format.