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 ​
| Property | Type | Description | Defined in |
|---|---|---|---|
engineId? | string | Engine instance ID (constant across executions) | packages/shared/src/devtools.ts:61 |
parentExecutionId? | string | Parent execution ID (for fork/spawn) | packages/shared/src/devtools.ts:57 |
rootExecutionId? | string | Root of the execution tree | packages/shared/src/devtools.ts:59 |
traceId? | string | OpenTelemetry trace ID if available | packages/shared/src/devtools.ts:63 |