(model: string)
| 1196 | } |
| 1197 | |
| 1198 | export function supportsVerbosity(model: string): boolean { |
| 1199 | return MODELS_WITH_VERBOSITY.includes(model.toLowerCase()) |
| 1200 | } |
| 1201 | |
| 1202 | export function supportsThinking(model: string): boolean { |
| 1203 | return MODELS_WITH_THINKING.includes(model.toLowerCase()) |
no outgoing calls
no test coverage detected