diff --git a/packages/core/src/core/geminiChat.ts b/packages/core/src/core/geminiChat.ts index e46eb3fc6..f58bcdb61 100644 --- a/packages/core/src/core/geminiChat.ts +++ b/packages/core/src/core/geminiChat.ts @@ -70,7 +70,7 @@ const INVALID_CONTENT_RETRY_OPTIONS: ContentRetryOptions = { // reason. All are retried with an independent budget (similar to rate-limit // retries) so they do not consume each other's retry budgets. const INVALID_STREAM_RETRY_CONFIG = { - maxRetries: 5, + maxRetries: 2, initialDelayMs: 2000, };