Skip to main content

@maiar-ai/core / PipelineStepSchema

Variable: PipelineStepSchema

const PipelineStepSchema: ZodObject<{ pluginId: ZodString; action: ZodString; }, "strip", { pluginId: string; action: string; }, { pluginId: string; action: string; }>

Defined in: packages/core/src/runtime/pipeline/types.ts:42

A step in the execution pipeline