mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
copy
This commit is contained in:
@@ -84,7 +84,7 @@ impl IdleWarning {
|
||||
self.warning_sent = true;
|
||||
self.mark_event();
|
||||
return Some(format!(
|
||||
"Codex is facing an incident. Current status: {status}. Responses may be delayed or stalled."
|
||||
"Codex is experiencing a {status}. If a response stalls, try again later. You can follow incident updates at status.openai.com."
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ async fn emits_warning_when_stream_is_idle_and_status_is_degraded() {
|
||||
};
|
||||
assert_eq!(
|
||||
message,
|
||||
"Codex is facing an incident. Current status: major outage. Responses may be delayed or stalled.",
|
||||
"Codex is experiencing a major outage. If a response stalls, try again later. You can follow incident updates at status.openai.com.",
|
||||
"unexpected warning message"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user