Server-sent events emitted while processing session thread messages
data:
SseEvent
{ "type": "AGENT_RESPONSE_CHUNK", "eventId": "evt_123", "threadId": "thread_456", "requestId": "req_789", "eventMessage": { "agent": { "name": "Demo Agent", "id": "agent_1" }, "content": "partial text", "collaborationId": null, "activeAssistantCollaborationRequired": false, "toolExecutionApprovalRequest": [], "timestamp": "2024-01-01T12:00:02Z" } }