Variable: AIReasoningLevelSchema
Makaio Framework / contracts / AIReasoningLevelSchema
Variable: AIReasoningLevelSchema
Section titled “Variable: AIReasoningLevelSchema”
constAIReasoningLevelSchema:ZodEnum<{extra-high:"extra-high";high:"high";low:"low";medium:"medium";none:"none"; }>
Defined in: ../../../packages/contracts/src/model/schemas.ts:10
Standardized reasoning levels used across the Makaio Framework.
These are provider-agnostic labels that adapters map to native values
(token budgets, effort strings, etc.) via ReasoningLevelMapSchema.