mirror of
https://github.com/openai/codex.git
synced 2026-09-07 15:40:00 +00:00
compatibility issue
This commit is contained in:
@@ -201,7 +201,7 @@ async fn record_guardian_denial(session: &Arc<Session>, turn: &Arc<TurnContext>,
|
||||
turn.as_ref(),
|
||||
EventMsg::GuardianWarning(WarningEvent {
|
||||
message: format!(
|
||||
"Auto-review rejected too many approval requests for this turn ({consecutive_denials} consecutive, {total_denials} total); requesting manual approval for the current request."
|
||||
"Automatic approval review rejected too many approval requests for this turn ({consecutive_denials} consecutive, {total_denials} total); requesting manual approval for the current request."
|
||||
),
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user