mirror of
https://github.com/openai/codex.git
synced 2026-05-23 12:34:25 +00:00
Update turn.rs
This commit is contained in:
@@ -720,7 +720,7 @@ impl AutoCompactTurnLimiter {
|
||||
turn_context,
|
||||
EventMsg::Error(ErrorEvent {
|
||||
message: format!(
|
||||
"Codex stopped after {MAX_AUTO_COMPACTIONS_PER_TURN} automatic compactions in this turn because the context remained too large. Queued input for this turn was not processed; start a new thread or reduce earlier history before retrying."
|
||||
"Codex stopped after {MAX_AUTO_COMPACTIONS_PER_TURN} automatic compactions in this turn because the context remained too large. Start a new thread or reduce earlier history before retrying."
|
||||
),
|
||||
codex_error_info: Some(CodexErrorInfo::ContextWindowExceeded),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user