data: line contains an SseEvent object:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Server-sent events emitted while processing session thread messages
data: line contains an SseEvent object:
{
"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"
}
}