diff --git a/src/agents/model-id-normalization.ts b/src/agents/model-id-normalization.ts index 8131c5a1d29..bcd5b4f4d50 100644 --- a/src/agents/model-id-normalization.ts +++ b/src/agents/model-id-normalization.ts @@ -1,5 +1,5 @@ -// Keep model ID normalization dependency-free so config parsing and other -// startup-only paths do not pull in provider discovery or plugin loading. +// Keep these helpers dependency-free so config/model parsing can use them +// without pulling in provider discovery or auth-profile graphs. export function normalizeGoogleModelId(id: string): string { if (id === "gemini-3-pro") { return "gemini-3-pro-preview";