finetune examples.
Here are the nodes that support finetune examples:
- Conversation Node: support finetune examples for response and transition
- Subagent Node: support finetune examples for response and transition
- Function Node: support finetune examples for transition
user, agent, function as the role of the transcript. When selecting function as the role, you can fill out both the invocation and result of the function. Refer to the History tab of the dashboard to see examples of transcripts.
Finetune Examples for Conversation
Supplying a transcript as the context is everything you need to do. It’s not necessary to provide the entire call transcript, you can simply provide the relevant part. Please note that at least oneagent response is required, as this is finetuning the agent’s response.
Finetune Examples for Transition
Here you need to provide both a transcript as context, and the transition result. If you cannot distinguish between the different nodes available as transition target, you can try to rename your nodes to make it easier to distinguish.Global nodes also take example conversations, but they follow a different rule: because a global node is only evaluated after a user turn, each example should end with a user utterance.

