Skip to content

Variable: StepTypeSchema

Makaio Framework


Makaio Framework / contracts / StepTypeSchema

const StepTypeSchema: 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