mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
codex: fix CI failure on PR #16197
This commit is contained in:
@@ -40,7 +40,8 @@ impl ToolHandler for Handler {
|
||||
.map(str::trim)
|
||||
.filter(|role| !role.is_empty());
|
||||
|
||||
let initial_operation = parse_collab_input(Some(args.message.clone()), /*items*/ None)?;
|
||||
let initial_operation =
|
||||
parse_collab_input(Some(args.message.clone()), /*items*/ None)?;
|
||||
let prompt = render_input_preview(&initial_operation);
|
||||
|
||||
let session_source = turn.session_source.clone();
|
||||
|
||||
Reference in New Issue
Block a user