mirror of
https://github.com/openai/codex.git
synced 2026-05-16 09:12:54 +00:00
Merge branch 'etraut/next-turn-state-app-server' into etraut/next-turn-state-tui
This commit is contained in:
@@ -262,6 +262,14 @@ impl CodexThread {
|
||||
self.codex.session.preview_settings(&updates).await
|
||||
}
|
||||
|
||||
pub async fn validate_turn_context_overrides(
|
||||
&self,
|
||||
overrides: CodexThreadTurnContextOverrides,
|
||||
) -> ConstraintResult<()> {
|
||||
self.preview_turn_context_overrides(overrides).await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Apply persistent turn context overrides and return the effective state.
|
||||
pub async fn update_turn_context_overrides(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user