Skip to content

Commit 183ebad

Browse files
ericjutacodex
andcommitted
chore: format upstream pick reconciliation
Co-authored-by: Codex <noreply@openai.com>
1 parent ae8dd90 commit 183ebad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

codex-rs/core/src/tools/handlers/unified_exec.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ impl ToolHandler for UnifiedExecHandler {
168168
} else {
169169
result.event_call_id.clone()
170170
};
171-
let tool_response =
172-
result.post_tool_use_response(&tool_use_id, &invocation.payload)?;
171+
let tool_response = result.post_tool_use_response(&tool_use_id, &invocation.payload)?;
173172
Some(PostToolUsePayload {
174173
tool_name: invocation.tool_name.display(),
175174
tool_use_id,

0 commit comments

Comments
 (0)