AIDK API Reference / aidk / WithExecutionOptions
Interface: WithExecutionOptions ​
Defined in: packages/kernel/src/execution-helpers.ts:197
Options for withExecution helper.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
metadata? | Record<string, unknown> | Additional metadata to attach to the execution. | packages/kernel/src/execution-helpers.ts:213 |
name | string | Human-readable name for this execution (shown in DevTools). | packages/kernel/src/execution-helpers.ts:201 |
type? | string | Execution type for categorization (e.g., 'summarization', 'validation'). Shown as a badge in DevTools. Default 'custom' | packages/kernel/src/execution-helpers.ts:208 |