From e6eb462f07ae44f4bcb5280f16a516a355c4f2c5 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Mon, 1 Jun 2026 19:48:29 +0200 Subject: [PATCH] nit: drop todo (#25655) --- codex-rs/tools/src/tool_call.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/tools/src/tool_call.rs b/codex-rs/tools/src/tool_call.rs index e2434ccbe..31143f9f1 100644 --- a/codex-rs/tools/src/tool_call.rs +++ b/codex-rs/tools/src/tool_call.rs @@ -81,7 +81,6 @@ impl TurnItemEmitter for NoopTurnItemEmitter { } } -// TODO: this is temporary and will disappear in the next PR (as we make codex-extension-api generic on Invocation. #[derive(Clone)] pub struct ToolCall { pub turn_id: String,