remove todo

This commit is contained in:
Ben Brandt 2025-08-07 17:30:37 +02:00
parent 0d24686a9c
commit c050527d90
No known key found for this signature in database
GPG key ID: D4618C5D3B500571

View file

@ -459,7 +459,6 @@ impl Thread {
if push_new_tool_use {
event_stream.send_tool_call(
&tool_use,
// todo! add default
tool.as_ref()
.map(|t| t.kind())
.unwrap_or(acp::ToolKind::Other),