Variable: StepTypeSchema
Makaio Framework / contracts / StepTypeSchema
Variable: StepTypeSchema
Section titled “Variable: StepTypeSchema”
constStepTypeSchema:ZodEnum<{reasoning:"reasoning";text:"text";tool_use:"tool_use"; }>
Defined in: ../../../packages/contracts/src/agent/schemas/step.ts:11
Step type enumeration.
- reasoning: Thinking/extended thinking blocks
- tool_use: Tool invocation blocks
- text: Regular text/message blocks