Skip to main content

Function: createProposeCrewTool()

createProposeCrewTool(opts): ZodToolDefinition<ZodObject<{ focus: ZodOptional<ZodString>; workingDir: ZodString; }, $strip>, { ok: true; proposal: CrewProposal; } | { error: string; ok: false; raw?: string; }>

Defined in: packages/orchestration/src/tools/propose-crew.ts:222

Parameters

opts

ProposeCrewToolOptions

Returns

ZodToolDefinition<ZodObject<{ focus: ZodOptional<ZodString>; workingDir: ZodString; }, $strip>, { ok: true; proposal: CrewProposal; } | { error: string; ok: false; raw?: string; }>