diff --git a/open-sse/handlers/chatCore.ts b/open-sse/handlers/chatCore.ts index 13693d0560..d75971c362 100644 --- a/open-sse/handlers/chatCore.ts +++ b/open-sse/handlers/chatCore.ts @@ -1840,7 +1840,8 @@ export async function handleChatCore({ const newCredentials = (await refreshWithRetry( () => executor.refreshCredentials(credentials, log), 3, - log + log, + provider // Explicitly pass the provider to avoid universally tripping the "unknown" circuit breaker )) as null | { accessToken?: string; copilotToken?: string;