Skip to content

AIDK API Reference / aidk-shared / DevToolsEventBase

Interface: DevToolsEventBase ​

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

Base fields present on all DevTools events

Extended by ​

Properties ​

PropertyTypeDescriptionDefined in
executionIdstringUUID of the execution contextpackages/shared/src/devtools.ts:32
parentExecutionId?stringParent execution ID for nested executions (fork, spawn, component_tool)packages/shared/src/devtools.ts:43
procedureId?stringCurrent procedure IDpackages/shared/src/devtools.ts:45
requestId?stringRequest ID for this execution contextpackages/shared/src/devtools.ts:41
tenantId?stringTenant ID from context (for multi-tenant dashboards)packages/shared/src/devtools.ts:49
timestampnumberUnix timestamp in millisecondspackages/shared/src/devtools.ts:34
traceId?stringTrace ID for distributed tracing correlationpackages/shared/src/devtools.ts:39
typestringDiscriminator for event typepackages/shared/src/devtools.ts:30
userId?stringUser ID from context (for attribution and multi-tenant filtering)packages/shared/src/devtools.ts:47

Released under the MIT License.