Skip to content

WorkflowDecision

WorkflowDecision = { autonomous: boolean; type: "accept"; } | { type: "reject"; } | { prompt: string; type: "reviseWithPrompt"; } | { dsl: string; type: "reviseWithDsl"; } | { type: "fixAccept"; } | { type: "fixReject"; }

A review/fix verdict sent to a parked agentic workflow via submit_workflow_decision.