From 431c9299d495ef771288caf0dcf5952c585f7023 Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Thu, 7 Aug 2025 19:01:53 -0700 Subject: [PATCH] Remove part of the error message (#1983) --- codex-rs/core/src/error.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codex-rs/core/src/error.rs b/codex-rs/core/src/error.rs index 7d6dc2cc..db2e6be7 100644 --- a/codex-rs/core/src/error.rs +++ b/codex-rs/core/src/error.rs @@ -70,9 +70,7 @@ pub enum CodexErr { )] UsageNotIncluded, - #[error( - "We're currently experiencing high demand, which may cause temporary errors. We’re adding capacity in East and West Europe to restore normal service." - )] + #[error("We're currently experiencing high demand, which may cause temporary errors.")] InternalServerError, /// Retry limit exceeded.