Notifications
Multi-Assistant Collaboration Notifications
Notifications about collaborative sessions involving multiple assistants.
Subscribe to track coordination events and unified responses.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_STARTED{
"type": "NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_STARTED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "multi-assistant collaboration started",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_ASSISTANT_RESPONSE_IN_PROGRESS{
"type": "NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_ASSISTANT_RESPONSE_IN_PROGRESS",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "assistant response in progress during collaboration",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_ASSISTANT_RESPONSE_COMPLETED{
"type": "NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_ASSISTANT_RESPONSE_COMPLETED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "assistant response completed",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_UNIFIED_RESPONSE_STARTED{
"type": "NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_UNIFIED_RESPONSE_STARTED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "unified response synthesis started",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_NO_UNIFIED_RESPONSE_REQUIRED{
"type": "NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_NO_UNIFIED_RESPONSE_REQUIRED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "no unified response needed",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_COMPLETED{
"type": "NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_COMPLETED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "collaboration completed",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_FAILED{
"type": "NOTIFICATION_MULTI_ASSISTANT_COLLABORATION_FAILED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "collaboration failed",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}