{
"session_id": "chat-session-123",
"count": 2,
"turns": [
{
"turn": 1,
"task_id": "task-001",
"user_query": "What is 2+2?",
"final_output": "2 + 2 equals 4.",
"timestamp": "2025-10-29T06:00:01.513288Z",
"events": [
{ "workflow_id": "wf-1", "type": "LLM_PROMPT", "message": "...", "timestamp": "..." },
{ "workflow_id": "wf-1", "type": "LLM_OUTPUT", "message": "2 + 2 equals 4.", "timestamp": "..." }
],
"metadata": {
"tokens_used": 150,
"execution_time_ms": 8000,
"agents_involved": ["planner", "simple-agent"]
}
}
]
}