MCPcopy Index your code
hub / github.com/simstudioai/sim / getMaxTemperature

Function getMaxTemperature

apps/sim/providers/models.ts:3443–3446  ·  view source on GitHub ↗
(modelId: string)

Source from the content-addressed store, hash-verified

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

Callers 1

agent.tsFile · 0.90

Calls 1

getModelCapabilitiesFunction · 0.85

Tested by

no test coverage detected