Notifications
Request Orchestration Notifications
Notifications about how requests are delegated across capabilities, knowledge,
or assistants. Subscribe to understand routing decisions and orchestration context.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NOTIFICATION_REQUEST_ORCHESTRATION_SIMPLE{
"type": "NOTIFICATION_REQUEST_ORCHESTRATION_SIMPLE",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "simple request orchestration",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_REQUEST_ORCHESTRATION_COMPLEX{
"type": "NOTIFICATION_REQUEST_ORCHESTRATION_COMPLEX",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "complex request orchestration",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_REQUEST_ORCHESTRATION_CAPABILITIES{
"type": "NOTIFICATION_REQUEST_ORCHESTRATION_CAPABILITIES",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "orchestrating based on capabilities",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_REQUEST_ORCHESTRATION_KNOWLEDGE_BASE{
"type": "NOTIFICATION_REQUEST_ORCHESTRATION_KNOWLEDGE_BASE",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "orchestrating knowledge-base use",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_REQUEST_ORCHESTRATION_TOOL_USAGE{
"type": "NOTIFICATION_REQUEST_ORCHESTRATION_TOOL_USAGE",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "orchestrating tool usage",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_REQUEST_ORCHESTRATION_COLLABORATION{
"type": "NOTIFICATION_REQUEST_ORCHESTRATION_COLLABORATION",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "orchestrating collaboration",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}