Add a record operation to an AI agent
Add a record operation to an AI agent in AI Agent Studio to create, update, look up, or delete records.
Before you begin
Role required: sn_aia.admin
Procedure
Navigate to All > AI Agent Studio > Create and manage > AI agents.
Open the AI agent that you want to add a record operation to and navigate to the Add tools and information section.
In the Add tool drop-down list, select Record operation.
On the form, fill in the fields.
| Fields | Description | |
|---|---|---|
| Select a type of record operation to add | If you select An existing one, you can select a record operation tool used by the current AI agent or any other AI agent. You can make changes to the settings of that tool to fit the needs of your specific AI agent. | |
| Name | Name that you want to specify for your record operation. | |
| Description | Description of the record operation and what it’s going to do to assist your AI agent.Note: This description is sent to the large language model (LLM). | |
| Inputs |
Note: If the agent uses multiple tools, you can choose to use another tool's output as an input value override. Select the data picker icon ( Image omitted: data-picker-icon.png TableData picker icon.) to review the available options.</p></td></tr><tr><td> | Table that you want to perform the record operation on. |
| Select operation | Inputs should be referred to as {{inputname}}. Camelcase is not supported.
| |
| Execution mode | Mode of execution for your selected record operation:- Supervised: Inputs from your human agent are required during the execution of this tool while the AI agent runs. - Autonomous: Doesn't require any input from your live agent during the execution of this tool while the AI agent runs. | |
| Display output | Permission to display the output of the execution in the Now Assist panel or in Virtual Agent:- Yes - No If you want the AI agent to work in Off Glide architecture with Premium Chat experience, you must turn-on the Display output toggle. When the toggle is turned-on, you can add widgets that can be used in assistants built with Premium Chat experiences. The widget configuration includes:
| |
| Advanced settings | ||
| Select an output transformation format | Style for the LLM to present the results as it passes information between tools and to other agents. Out transformation formats:- None - Concise - Paragraph - Summary - Custom | |
| Write processing messages for users | Message to display to users during tool execution.- In-progress message: Write an in-progress message to be displayed to end-users while the tool is running. - Completion message: Write a completion message to be displayed to end-users once the tool finishes running. | |
Select Add.
A record operation is added in the Record operations list on the Add tools and information page.