fix(models): sync reasoning efforts with command code cli

This commit is contained in:
Patrick Wozniak
2026-08-07 14:37:04 +02:00
parent 7e9ecc563a
commit c0d126cb73
3 changed files with 49 additions and 17 deletions
+2 -2
View File
@@ -75,9 +75,9 @@ export interface ModelLike {
reasoning?: boolean
thinkingLevelMap?: Partial<Record<string, string | null>>
thinking?: {
effortMap?: Partial<Record<string, string | null>>
mode?: "effort"
effortMap?: Partial<Record<string, string>>
efforts?: readonly string[]
defaultLevel?: string
}
}