fix(llm): remove package retry policy (#35003)

This commit is contained in:
Aiden Cline
2026-07-02 15:51:12 -05:00
committed by GitHub
parent b0ca5520a1
commit 460cdc5aec
6 changed files with 79 additions and 246 deletions
@@ -366,7 +366,6 @@ describe("Bedrock Converse route", () => {
expect(response.events.find((event) => event.type === "provider-error")).toEqual({
type: "provider-error",
message: "Slow down",
retryable: true,
})
}),
)
@@ -383,7 +382,6 @@ describe("Bedrock Converse route", () => {
type: "provider-error",
message: "Input is too long for requested model",
classification: "context-overflow",
retryable: false,
})
}),
)