Type Alias: CanonicalModelResolvedSelection
Makaio Framework / contracts / CanonicalModelResolvedSelection
Type Alias: CanonicalModelResolvedSelection
Section titled “Type Alias: CanonicalModelResolvedSelection”CanonicalModelResolvedSelection =
z.infer<typeofCanonicalModelResolvedSelectionSchema>
Defined in: ../../../packages/contracts/src/canonical-model/schemas.ts:24
Type Composition
Section titled “Type Composition”CanonicalModelResolvedSelectionz.infer<typeof CanonicalModelResolvedSelectionSchema>typeof CanonicalModelResolvedSelectionSchema
Resolved Shape
Section titled “Resolved Shape”type CanonicalModelResolvedSelection = { kind: 'adapter'; adapterName: string; providerConfigId: string; model: string; reasoningEffort?: 'none' | 'low' | 'medium' | 'high' | 'extra-high' | undefined; cwd?: string | undefined; systemPrompt?: string | { mode: 'append'; content: string; } | undefined; allowedTools?: Array<string> | undefined; disallowedTools?: Array<string> | undefined; allowedDirectories?: Array<string> | undefined; adapterId?: string | undefined;};