MCPcopy Create free account
hub / github.com/HELPMEEADICE/doge-code / normalizeModelStringForAPI

Function normalizeModelStringForAPI

src/utils/model/model.ts:744–746  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

742}
743
744export function normalizeModelStringForAPI(model: string): string {
745 return stripModelContextSuffix(model)
746}

Callers 9

runFunction · 0.85
sideQueryFunction · 0.85
callFunction · 0.85
queryModelFunction · 0.85
paramsFromContextFunction · 0.85
trackDatadogEventFunction · 0.85

Calls 1

stripModelContextSuffixFunction · 0.85

Tested by

no test coverage detected