Notifications
Knowledge Retrieval Notifications
Notifications detailing the lifecycle of knowledge lookups, including progress,
completion, cache reuse, and failures. Subscribe to monitor how data is gathered.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NOTIFICATION_KNOWLEDGE_RETRIEVAL_INITIATED{
"type": "NOTIFICATION_KNOWLEDGE_RETRIEVAL_INITIATED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "knowledge retrieval started",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_KNOWLEDGE_RETRIEVAL_IN_PROGRESS{
"type": "NOTIFICATION_KNOWLEDGE_RETRIEVAL_IN_PROGRESS",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "knowledge retrieval in progress",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_KNOWLEDGE_RETRIEVAL_COMPLETED{
"type": "NOTIFICATION_KNOWLEDGE_RETRIEVAL_COMPLETED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "knowledge retrieval completed",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_KNOWLEDGE_RETRIEVAL_FAILED{
"type": "NOTIFICATION_KNOWLEDGE_RETRIEVAL_FAILED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "knowledge retrieval failed",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_KNOWLEDGE_RETRIEVAL_DUPLICATED_CACHED{
"type": "NOTIFICATION_KNOWLEDGE_RETRIEVAL_DUPLICATED_CACHED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "reused cached knowledge",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}