mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Fix BTW argument comment lint
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1803,7 +1803,7 @@ impl App {
|
||||
thread_id,
|
||||
config_snapshot.session_source.get_nickname(),
|
||||
config_snapshot.session_source.get_agent_role(),
|
||||
false,
|
||||
/*is_closed*/ false,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -204,7 +204,7 @@ impl App {
|
||||
} else {
|
||||
self.server
|
||||
.fork_thread(
|
||||
/*nth_user_message*/ usize::MAX,
|
||||
ForkSnapshot::TruncateBeforeNthUserMessage(usize::MAX),
|
||||
self.config.clone(),
|
||||
parent_rollout_path.clone(),
|
||||
/*persist_extended_history*/ false,
|
||||
|
||||
Reference in New Issue
Block a user