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

Function supportsVerbosity

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

Source from the content-addressed store, hash-verified

1196}
1197
1198export function supportsVerbosity(model: string): boolean {
1199 return MODELS_WITH_VERBOSITY.includes(model.toLowerCase())
1200}
1201
1202export function supportsThinking(model: string): boolean {
1203 return MODELS_WITH_THINKING.includes(model.toLowerCase())

Callers 2

sanitizeRequestFunction · 0.90
utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected