Notifications
Agent Thinking Notifications
Notifications when the assistant begins and ends internal reasoning.
Subscribe for insight into the assistant’s thought process.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NOTIFICATION_AGENT_THINKING_STARTED{
"type": "NOTIFICATION_AGENT_THINKING_STARTED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "agent began internal processing",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_AGENT_THINKING_COMPLETE{
"type": "NOTIFICATION_AGENT_THINKING_COMPLETE",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "agent finished internal processing",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}