Skip to content

AIDK API Reference / aidk-shared / ExecutionContextFields

Interface: ExecutionContextFields ​

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

Execution context fields for events in an execution tree

Extended by ​

Properties ​

PropertyTypeDescriptionDefined in
engineId?stringEngine instance ID (constant across executions)packages/shared/src/devtools.ts:61
parentExecutionId?stringParent execution ID (for fork/spawn)packages/shared/src/devtools.ts:57
rootExecutionId?stringRoot of the execution treepackages/shared/src/devtools.ts:59
traceId?stringOpenTelemetry trace ID if availablepackages/shared/src/devtools.ts:63

Released under the MIT License.