Merge a7a1bcbbf079184b8252b222b0bdb33512e620ba into 5e417b44e1540f528d2ae63e3e20229a902d1db2

This commit is contained in:
Alex Alaniz 2026-03-21 02:37:12 +00:00 committed by GitHub
commit 01479f07b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";