mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
codex: trim replace_compacted_history doc comment (#14563)
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -3363,8 +3363,7 @@ impl Session {
|
||||
/// lock.
|
||||
///
|
||||
/// When live history diverges in any other way, replacement still happens,
|
||||
/// concurrent writes are dropped, and a warning is emitted instead of
|
||||
/// propagating that detail through the return value.
|
||||
/// concurrent writes are dropped, and a warning is emitted.
|
||||
pub(crate) async fn replace_compacted_history(
|
||||
&self,
|
||||
mut items: Vec<ResponseItem>,
|
||||
|
||||
Reference in New Issue
Block a user