Module conversation_node

Source

Structs§

ConversationNode

Enums§

TypeTrue
This is the Conversation node. This can be used to start a conversation with the customer. The flow is: - Workflow starts the conversation node - Model is active with the prompt and global context. - Model will call a tool to exit this node. - Workflow will extract variables from the conversation. - Workflow continues.