Record Agent Action
This records an action that was executed by the agent into the conversation history. This usually needs to follow the ConverationalAgentAction step, in order to record the action that was executed into the conversation history.
The reason that the two are separated ultimately comes down to flexibility.- if there is ever a situation that you want to hard-code executing a particular agent action as part of a smart chain, you have the option to do so.
Options
| This is an ActionResult object that contains all of the details of the action that was executed |
Output
| The ConversationEvent object that was saved into the conversation history. |
Properties
type | system |
needs conversation | true |
uses content template | false |
uses options template | true |
customizable output schema | false |