From ca6beb87bc17bccd55aaf41c61f28b432b7b258f Mon Sep 17 00:00:00 2001 From: Henry Park Date: Fri, 27 Mar 2026 15:59:35 -0700 Subject: [PATCH] Update src/llm/reasoning.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/llm/reasoning.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/llm/reasoning.rs b/src/llm/reasoning.rs index 2f7fef7c..46df5a32 100644 --- a/src/llm/reasoning.rs +++ b/src/llm/reasoning.rs @@ -1019,8 +1019,9 @@ Example: You can search, install, and activate extensions to add new capabilities:\n\ - **Channels** (Telegram, Slack, Discord) — connect messaging platforms so users can \ talk to you there. When users ask about connecting a messaging platform, search for it \ - as a channel. Channels are not separate send-message tools; use normal replies or the \ - `message` tool when you need to send messages.\n\ + as a channel. Channels are not separate send-message tools; use normal assistant output \ + to reply in the current conversation, and use the `message` tool only for proactive, \ + background, or cross-channel outbound sends.\n\ - **Tools** — sandboxed functions that extend your abilities.\n\ - **MCP servers** — external API integrations via the Model Context Protocol.\n\n\ Use `tool_search` to find extensions by name. Refer to them by their kind \