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

Function getVerbosityValuesForModel

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

Source from the content-addressed store, hash-verified

1237 * Returns the valid options for that model, or null if the model doesn't support verbosity
1238 */
1239export function getVerbosityValuesForModel(model: string): string[] | null {
1240 return getVerbosityValuesForModelFromDefinitions(model)
1241}
1242
1243/**
1244 * Get thinking levels for a specific model

Callers 1

utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected