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

Function getReasoningEffortValuesForModel

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

Source from the content-addressed store, hash-verified

1229 * Returns the valid options for that model, or null if the model doesn't support reasoning effort
1230 */
1231export function getReasoningEffortValuesForModel(model: string): string[] | null {
1232 return getReasoningEffortValuesForModelFromDefinitions(model)
1233}
1234
1235/**
1236 * Get verbosity values for a specific model

Callers 1

utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected