mirror of
https://github.com/openai/codex.git
synced 2026-05-03 19:06:58 +00:00
Revert "rebase"
This reverts commit9ad5c1386f, reversing changes made to4b9e6f4383.
This commit is contained in:
@@ -61,7 +61,6 @@ async fn thread_rollback_drops_last_turns_and_persists_to_rollout() -> Result<()
|
||||
text: first_text.to_string(),
|
||||
text_elements: Vec::new(),
|
||||
}],
|
||||
submission_type: None,
|
||||
..Default::default()
|
||||
})
|
||||
.await?;
|
||||
@@ -83,7 +82,6 @@ async fn thread_rollback_drops_last_turns_and_persists_to_rollout() -> Result<()
|
||||
text: "Second".to_string(),
|
||||
text_elements: Vec::new(),
|
||||
}],
|
||||
submission_type: None,
|
||||
..Default::default()
|
||||
})
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user