@maiar-ai/core / PipelineModificationSchema
Variable: PipelineModificationSchema
constPipelineModificationSchema:ZodObject<{shouldModify:ZodBoolean;explanation:ZodString;modifiedSteps:ZodNullable<ZodArray<ZodObject<{pluginId:ZodString;action:ZodString; },"strip", {pluginId:string;action:string; }, {pluginId:string;action:string; }>>>; },"strip", {shouldModify:boolean;explanation:string;modifiedSteps:null|object[]; }, {shouldModify:boolean;explanation:string;modifiedSteps:null|object[]; }>
Defined in: packages/core/src/runtime/pipeline/types.ts:100
Schema for pipeline modification results from model