From b5b23651158af48f0cbdddc2054ad2b75ad2a1ff Mon Sep 17 00:00:00 2001 From: jif-oai Date: Mon, 1 Jun 2026 18:44:46 +0100 Subject: [PATCH] nit: drop todo --- 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 e2434ccbe072..31143f9f1f5f 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,