Inline Supervision
Inline Supervision
How it works
{
"agentId": "your-agent-uuid",
"async": false,
"messages": [
{
"timestamp": "2026-07-23T10:00:00Z",
"event_type": "user_message",
"attributes": { "content": "Can you cancel my subscription and refund this month?" }
},
{
"timestamp": "2026-07-23T10:00:04Z",
"event_type": "assistant_message",
"attributes": {
"content": "I've submitted your cancellation. A full refund for this month will be processed within 3–5 business days."
}
}
]
}Reading guideline results
Value
Meaning
Pattern 1: Orchestrator gate
Pattern 2: Grade-and-retry before the user sees a response
Handling latency and the pending case
Best practices
Last updated