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

Function supportsThinking

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

Source from the content-addressed store, hash-verified

1200}
1201
1202export function supportsThinking(model: string): boolean {
1203 return MODELS_WITH_THINKING.includes(model.toLowerCase())
1204}
1205
1206export function isDeepResearchModel(model: string): boolean {
1207 return MODELS_WITH_DEEP_RESEARCH.includes(model.toLowerCase())

Callers 2

sanitizeRequestFunction · 0.90
utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected