Skip to content

AIDK API Reference / aidk / WithExecutionOptions

Interface: WithExecutionOptions ​

Defined in: packages/kernel/src/execution-helpers.ts:197

Options for withExecution helper.

Properties ​

PropertyTypeDescriptionDefined in
metadata?Record<string, unknown>Additional metadata to attach to the execution.packages/kernel/src/execution-helpers.ts:213
namestringHuman-readable name for this execution (shown in DevTools).packages/kernel/src/execution-helpers.ts:201
type?stringExecution type for categorization (e.g., 'summarization', 'validation'). Shown as a badge in DevTools. Default 'custom'packages/kernel/src/execution-helpers.ts:208

Released under the MIT License.