Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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

action_result

This is an ActionResult object that contains all of the details of the action that was executed

Output

event

The ConversationEvent object that was saved into the conversation history.

  • No labels