(modelId: string)
| 3441 | } |
| 3442 | |
| 3443 | export function getMaxTemperature(modelId: string): number | undefined { |
| 3444 | const capabilities = getModelCapabilities(modelId) |
| 3445 | return capabilities?.temperature?.max |
| 3446 | } |
| 3447 | |
| 3448 | export function supportsToolUsageControl(providerId: string): boolean { |
| 3449 | return getProvidersWithToolUsageControl().includes(providerId) |
no test coverage detected