Skip to content

AIDK API Reference / aidk-shared / DTToolCallEvent

Interface: DTToolCallEvent ​

Defined in: packages/shared/src/devtools.ts:213

Base fields present on all DevTools events

Extends ​

Properties ​

PropertyTypeDescriptionOverridesInherited fromDefined in
executionIdstringUUID of the execution context-DevToolsEventBase.executionIdpackages/shared/src/devtools.ts:32
executionType?"provider" | "client" | "server" | "mcp"Tool execution type--packages/shared/src/devtools.ts:222
inputunknownTool input (JSON-serializable)--packages/shared/src/devtools.ts:220
parentExecutionId?stringParent execution ID for nested executions (fork, spawn, component_tool)-DevToolsEventBase.parentExecutionIdpackages/shared/src/devtools.ts:43
procedureId?stringCurrent procedure ID-DevToolsEventBase.procedureIdpackages/shared/src/devtools.ts:45
requestId?stringRequest ID for this execution context-DevToolsEventBase.requestIdpackages/shared/src/devtools.ts:41
tenantId?stringTenant ID from context (for multi-tenant dashboards)-DevToolsEventBase.tenantIdpackages/shared/src/devtools.ts:49
ticknumber---packages/shared/src/devtools.ts:215
timestampnumberUnix timestamp in milliseconds-DevToolsEventBase.timestamppackages/shared/src/devtools.ts:34
toolNamestring---packages/shared/src/devtools.ts:216
toolUseIdstringUnique ID for this tool invocation--packages/shared/src/devtools.ts:218
traceId?stringTrace ID for distributed tracing correlation-DevToolsEventBase.traceIdpackages/shared/src/devtools.ts:39
type"tool_call"Discriminator for event typeDevToolsEventBase.type-packages/shared/src/devtools.ts:214
userId?stringUser ID from context (for attribution and multi-tenant filtering)-DevToolsEventBase.userIdpackages/shared/src/devtools.ts:47

Released under the MIT License.