Notifications
Tool Execution Notifications
Notifications about the lifecycle of tool runs, including start, approval,
progress, and completion. Subscribe to monitor and intervene in tool usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NOTIFICATION_TOOL_EXECUTION_INITIATED{
"type": "NOTIFICATION_TOOL_EXECUTION_INITIATED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "tool execution started",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_TOOL_EXECUTION_IN_PROGRESS{
"type": "NOTIFICATION_TOOL_EXECUTION_IN_PROGRESS",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "tool execution in progress",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_TOOL_EXECUTION_APPROVAL_REQUIRED{
"type": "NOTIFICATION_TOOL_EXECUTION_APPROVAL_REQUIRED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "tool execution requires approval",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_TOOL_EXECUTION_APPROVAL_ACCEPTED{
"type": "NOTIFICATION_TOOL_EXECUTION_APPROVAL_ACCEPTED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "tool execution approved",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_TOOL_EXECUTION_APPROVAL_DENIED{
"type": "NOTIFICATION_TOOL_EXECUTION_APPROVAL_DENIED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "tool execution denied",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}
NOTIFICATION_TOOL_EXECUTION_APPROVAL_ABORTED{
"type": "NOTIFICATION_TOOL_EXECUTION_APPROVAL_ABORTED",
"eventId": "evt_1",
"threadId": "thread_456",
"requestId": "req_1",
"eventMessage": {
"agent": null,
"content": "tool execution aborted with feedback",
"collaborationId": null,
"activeAssistantCollaborationRequired": null,
"toolExecutionApprovalRequest": null,
"timestamp": "2025-08-12T00:00:00"
}
}