Type Alias: ReasoningLevelMap
Makaio Framework / contracts / ReasoningLevelMap
Type Alias: ReasoningLevelMap
Section titled “Type Alias: ReasoningLevelMap”ReasoningLevelMap =
z.infer<typeofReasoningLevelMapSchema>
Defined in: ../../../packages/contracts/src/model/schemas.ts:49
Inferred type for reasoning level mappings.
Type Composition
Section titled “Type Composition”ReasoningLevelMapz.infer<typeof ReasoningLevelMapSchema>typeof ReasoningLevelMapSchema
Resolved Shape
Section titled “Resolved Shape”type ReasoningLevelMap = { none?: string | number | undefined; low?: string | number | undefined; medium?: string | number | undefined; high?: string | number | undefined; extra-high?: string | number | undefined;};