mirror of
https://github.com/openai/codex.git
synced 2026-04-27 09:51:03 +03:00
tests
This commit is contained in:
@@ -220,7 +220,7 @@ fn trim_recent_history_to_previous_user_message(
|
||||
}) {
|
||||
turn_input.split_off(last_user_index)
|
||||
} else {
|
||||
turn_input.drain(..).collect()
|
||||
std::mem::take(turn_input)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user