MCPcopy
hub / github.com/coder/mux / normalizeExplicitModel

Function normalizeExplicitModel

src/browser/utils/modelChange.ts:16–16  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

14const pendingExplicitChanges = new Map<string, ExplicitModelChange>();
15
16const normalizeExplicitModel = (model: string): string => normalizeToCanonical(model).trim();
17
18export function recordWorkspaceModelChange(
19 workspaceId: string,

Callers 2

Calls 1

normalizeToCanonicalFunction · 0.90

Tested by

no test coverage detected