Type Alias: BlockData
Makaio Framework / contracts / BlockData
Type Alias: BlockData
Section titled “Type Alias: BlockData”BlockData =
z.infer<typeofBlockDataSchema>
Defined in: ../../../packages/contracts/src/agent/schemas/step.ts:46
Type Composition
Section titled “Type Composition”BlockDataz.infer<typeof BlockDataSchema>typeof BlockDataSchema
Resolved Shape
Section titled “Resolved Shape”type BlockData = { type: 'text' | 'reasoning' | 'tool_use';};