(provider: string)
| 1221 | } |
| 1222 | |
| 1223 | export function supportsToolUsageControl(provider: string): boolean { |
| 1224 | return supportsToolUsageControlFromDefinitions(provider) |
| 1225 | } |
| 1226 | |
| 1227 | /** |
| 1228 | * Get reasoning effort values for a specific model |
no outgoing calls
no test coverage detected