mirror of
https://github.com/openai/codex.git
synced 2026-05-26 05:55:36 +00:00
Merge branch 'etraut/next-turn-state-core' into etraut/next-turn-state-app-server
This commit is contained in:
@@ -274,7 +274,10 @@ impl CodexThread {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Apply persistent turn context overrides and return the effective state.
|
||||
/// Apply persistent turn context overrides directly and return the effective state.
|
||||
///
|
||||
/// This bypasses the submission queue; callers that need ordering relative
|
||||
/// to turns should submit `Op::TurnContext`.
|
||||
pub async fn update_turn_context_overrides(
|
||||
&self,
|
||||
overrides: CodexThreadTurnContextOverrides,
|
||||
|
||||
Reference in New Issue
Block a user