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

Function supportsTemperature

apps/sim/providers/utils.ts:1190–1192  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

1188export const PROVIDERS_WITH_TOOL_USAGE_CONTROL = getProvidersWithToolUsageControl()
1189
1190export function supportsTemperature(model: string): boolean {
1191 return supportsTemperatureFromDefinitions(model)
1192}
1193
1194export function supportsReasoningEffort(model: string): boolean {
1195 return MODELS_WITH_REASONING_EFFORT.includes(model.toLowerCase())

Callers 2

sanitizeRequestFunction · 0.90
utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected