mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-03 19:20:07 +02:00
The hasToolUse() function was checking for "tool_use" (raw Anthropic format) but pi-ai normalizes tool call blocks to type "toolCall". This made tool narration non-functional in the ChannelManager (Desktop/embedded) path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>