(model: string)
| 1200 | } |
| 1201 | |
| 1202 | export function supportsThinking(model: string): boolean { |
| 1203 | return MODELS_WITH_THINKING.includes(model.toLowerCase()) |
| 1204 | } |
| 1205 | |
| 1206 | export function isDeepResearchModel(model: string): boolean { |
| 1207 | return MODELS_WITH_DEEP_RESEARCH.includes(model.toLowerCase()) |
no outgoing calls
no test coverage detected