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

Function supportsReasoningEffort

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

Source from the content-addressed store, hash-verified

1192}
1193
1194export function supportsReasoningEffort(model: string): boolean {
1195 return MODELS_WITH_REASONING_EFFORT.includes(model.toLowerCase())
1196}
1197
1198export function supportsVerbosity(model: string): boolean {
1199 return MODELS_WITH_VERBOSITY.includes(model.toLowerCase())

Callers 2

sanitizeRequestFunction · 0.90
utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected