When agent response or transition is not meeting your expectation, you can supply examples to fine-tune the behavior by adding finetune examples.Documentation Index
Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported Nodes
| Node | Response Fine-tuning | Transition Fine-tuning |
|---|---|---|
| Conversation Node | Yes | Yes |
| Subagent Node | Yes | Yes |
| Function Node | No | Yes |
How to Configure
When configuring a finetune example, provide a transcript as context. Select a role for each line of the transcript:- user — what the caller said
- agent — what the agent said
- function — a function invocation and its result
Finetune Examples for Conversation
Provide a transcript as context — that’s all you need. It’s not necessary to provide the entire call transcript; just the relevant part is enough.At least one agent response is required, since you are fine-tuning the agent’s response behavior.