fix(xai): recover legacy encrypted replay failures (#62420)

This commit is contained in:
Teknium 2026-07-11 03:51:38 -07:00 committed by GitHub
parent c7619773e7
commit 91d05b982d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View file

@ -1147,6 +1147,7 @@ def _classify_400(
"encrypted content for item" in error_msg
and "could not be verified" in error_msg
)
or "could not decrypt the provided encrypted_content" in error_msg
):
return result_fn(
FailoverReason.invalid_encrypted_content,