Note: This will be used if the user needs to provide information before using the tool. The user's input will populate the placeholders in the field before the data is sent to the AI.
Step 1: Under 1 Setup tab, click on Form Inputs.
Step 2: Click the + icon.
Step 3: Toggle the Input Field Placement slider ON.
Step 4: Select the field type from the dropdown list.
Text Field: For short, single-line text inputs.
Multi Text Field: For longer, multi-line text entries.
Dropdown List: Selectable menu for choosing a predefined value.
Step 5: Enter the field's title and description
Step 6: Click + icon again to add more User Input field (if required).
Note: Complete these additional steps if you selected Dropdown List in Step 4.
Step 7a: Click on Set Options.
Step 7b: Enter the Option Title (visible to the user) and Option Value (sent to the LLM).
Step 7c: Click + Add New Option and repeat for each option.
Step 7d: Check the Sort Option Alphabetically to auto-sort the list by title. (Optional)
Step 7e: Click outside the pop-up window to close it.
Step 8: Click to copy the generated field placeholder (e.g., {field1}).
Step 9: Under 2 Develop tab, click on System Prompt (or Welcome Message).
Step 10: Paste the copied field placeholder into your prompt where the user's input should be inserted.
Step 11: Repeat Steps 8 to 10 for any additional input fields.
Alternative Method:
Step 1: Under 2 Develop tab, click on System Prompt (or Welcome Message).
Step 2: Click on Form Inputs.
Step 3: Click the field placeholder to insert it automatically at the current cursor position in your prompt.
Step 4: Repeat for any additional field placeholder.
Note: Referencing an uncreated placeholder triggers an error. Ensure all prompt placeholders match items created under 1 Setup (Form Inputs), or delete them before saving.
Step 12: Click Save Changes.
Outcome: The configured User Input Fields will be displayed on the Capability Tool launch page for the end user.
Note:
To disable or delete the User Input Field, follow the following steps:
Under the 1 Setup tab, click on Form Inputs and toggle the User Field Input slider OFF.
Click the Trash icon next to the field to delete it, if needed.
Under the 2 Develop tab, edit your prompt(s) to remove the reference placeholder.
Click Save Changes.