MCPcopy
hub / github.com/continuedev/continue / updateModelName

Function updateModelName

extensions/cli/src/auth/workos.ts:94–97  ·  view source on GitHub ↗
(modelName: string | null)

Source from the content-addressed store, hash-verified

92}
93
94export function updateModelName(modelName: string | null): AuthConfig {
95 persistModelName(modelName);
96 return null;
97}
98
99// ---------------------------------------------------------------------------
100// Legacy convenience helpers

Calls 1

persistModelNameFunction · 0.85

Tested by

no test coverage detected