Skip to content

Type Alias: ReasoningLevelMap

Makaio Framework


Makaio Framework / contracts / ReasoningLevelMap

ReasoningLevelMap = z.infer<typeof ReasoningLevelMapSchema>

Defined in: ../../../packages/contracts/src/model/schemas.ts:49

Inferred type for reasoning level mappings.

  • ReasoningLevelMap
    • z.infer<typeof ReasoningLevelMapSchema>
      • typeof ReasoningLevelMapSchema
type ReasoningLevelMap = {
none?: string | number | undefined;
low?: string | number | undefined;
medium?: string | number | undefined;
high?: string | number | undefined;
extra-high?: string | number | undefined;
};