diff --git a/src/agent/runtime/attempt.ts b/src/agent/runtime/attempt.ts index 31446a9..a6313a4 100644 --- a/src/agent/runtime/attempt.ts +++ b/src/agent/runtime/attempt.ts @@ -113,9 +113,9 @@ function hasRetryableServerErrorSignature(detail: string): boolean { function isRetryableUpstreamModelError( detail: string, - modelInfo: Pick, + _modelInfo: Pick, ): boolean { - return isOpenAiLikeRuntimeModel(modelInfo) && hasRetryableServerErrorSignature(detail); + return hasRetryableServerErrorSignature(detail); } const PHONE_ONLY_TOOL_NAMES = new Set([