remove todo
This commit is contained in:
parent
0d24686a9c
commit
c050527d90
1 changed files with 0 additions and 1 deletions
|
@ -459,7 +459,6 @@ impl Thread {
|
||||||
if push_new_tool_use {
|
if push_new_tool_use {
|
||||||
event_stream.send_tool_call(
|
event_stream.send_tool_call(
|
||||||
&tool_use,
|
&tool_use,
|
||||||
// todo! add default
|
|
||||||
tool.as_ref()
|
tool.as_ref()
|
||||||
.map(|t| t.kind())
|
.map(|t| t.kind())
|
||||||
.unwrap_or(acp::ToolKind::Other),
|
.unwrap_or(acp::ToolKind::Other),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue