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 ​
| Property | Type | Description | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|
executionId | string | UUID of the execution context | - | DevToolsEventBase.executionId | packages/shared/src/devtools.ts:32 |
executionType? | "provider" | "client" | "server" | "mcp" | Tool execution type | - | - | packages/shared/src/devtools.ts:222 |
input | unknown | Tool input (JSON-serializable) | - | - | packages/shared/src/devtools.ts:220 |
parentExecutionId? | string | Parent execution ID for nested executions (fork, spawn, component_tool) | - | DevToolsEventBase.parentExecutionId | packages/shared/src/devtools.ts:43 |
procedureId? | string | Current procedure ID | - | DevToolsEventBase.procedureId | packages/shared/src/devtools.ts:45 |
requestId? | string | Request ID for this execution context | - | DevToolsEventBase.requestId | packages/shared/src/devtools.ts:41 |
tenantId? | string | Tenant ID from context (for multi-tenant dashboards) | - | DevToolsEventBase.tenantId | packages/shared/src/devtools.ts:49 |
tick | number | - | - | - | packages/shared/src/devtools.ts:215 |
timestamp | number | Unix timestamp in milliseconds | - | DevToolsEventBase.timestamp | packages/shared/src/devtools.ts:34 |
toolName | string | - | - | - | packages/shared/src/devtools.ts:216 |
toolUseId | string | Unique ID for this tool invocation | - | - | packages/shared/src/devtools.ts:218 |
traceId? | string | Trace ID for distributed tracing correlation | - | DevToolsEventBase.traceId | packages/shared/src/devtools.ts:39 |
type | "tool_call" | Discriminator for event type | DevToolsEventBase.type | - | packages/shared/src/devtools.ts:214 |
userId? | string | User ID from context (for attribution and multi-tenant filtering) | - | DevToolsEventBase.userId | packages/shared/src/devtools.ts:47 |