(model: string)
| 1192 | } |
| 1193 | |
| 1194 | export function supportsReasoningEffort(model: string): boolean { |
| 1195 | return MODELS_WITH_REASONING_EFFORT.includes(model.toLowerCase()) |
| 1196 | } |
| 1197 | |
| 1198 | export function supportsVerbosity(model: string): boolean { |
| 1199 | return MODELS_WITH_VERBOSITY.includes(model.toLowerCase()) |
no outgoing calls
no test coverage detected