
Write Instruction
Inside the node, you get to pick how you want to write the specific instruction for the agent to follow:- Prompt: Write a prompt for the agent to dynamically generate what to say.
- Static Ssentence: Agent will say a fixed sentence first, and if later still inside this node, it will generate content dynamically based on the static sentence set.
When Can Transition Happen
- when user is done speaking
- when
Skip Response
is enabled and agent finishes speaking
Node Settings
- Skip Response: when enabled, the transition will only have one edge that you can connect, and when agent is done talking, it will transition to the next node via that specific edge. This is useful when you want the agent to say things like disclaimers, where you don’t need a response to move on to another node.
- Global Node: read more at Global Node
- Block Interruptions: when enabled, the agent will not be interrupted by user when speaking.
- LLM: choose a different model for this particular node. Will be used for response generation.
- Fine-tuning Examples: Can finetune conversation response, and transition. Read more at Finetune Examples