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

Function estimateOutputTokens

apps/sim/lib/tokenization/estimators.ts:339–341  ·  view source on GitHub ↗
(content: string, providerId?: string)

Source from the content-addressed store, hash-verified

337 * Estimates tokens for output content
338 */
339export function estimateOutputTokens(content: string, providerId?: string): TokenEstimate {
340 return estimateTokenCount(content, providerId)
341}

Callers 1

calculateStreamingCostFunction · 0.90

Calls 1

estimateTokenCountFunction · 0.85

Tested by

no test coverage detected