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

Function isDeepResearchModel

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

Source from the content-addressed store, hash-verified

1204}
1205
1206export function isDeepResearchModel(model: string): boolean {
1207 return MODELS_WITH_DEEP_RESEARCH.includes(model.toLowerCase())
1208}
1209
1210export function isGemini3Model(model: string): boolean {
1211 const normalized = model.toLowerCase().replace(/^vertex\//, '')

Callers 1

executeGeminiRequestFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected