Workflows · Agent and Classification
Agent
Runs an agent turn or temporarily gives the agent control of a conversation.
What it does
Runs the selected agent for one response, or pauses the workflow while the agent handles the conversation until a return condition is met.
When to use it
Use one-shot for a single intelligent response. Use pass control when the agent should handle several messages before the workflow continues.
How to use it
- 1Choose One shot or Pass control.
- 2Choose the agent when you want to override the conversation’s agent.
- 3Optionally add extra instructions.
- 4For Pass control, choose when the workflow should regain control.
Settings
- Mode: One shot or Pass control.
- Agent.
- Optional extra instructions.
- Optional return conditions.
Tips
- • Use One shot for a focused task.
- • Always define a clear return condition for Pass control.