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

Function getMaxOutputTokensForModel

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

Source from the content-addressed store, hash-verified

1254 * @param model - The model ID
1255 */
1256export function getMaxOutputTokensForModel(model: string): number {
1257 return getMaxOutputTokensForModelFromDefinitions(model)
1258}
1259
1260/**
1261 * Prepare tool execution parameters, separating tool parameters from system parameters

Callers 1

utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected