Update src/llm/reasoning.rs

Co-authored-by: Copilot <[email protected]>
This commit is contained in:
Henry Park
2026-03-27 15:59:35 -07:00
committed by GitHub
co-authored by Copilot
parent b5204372a3
commit ca6beb87bc
+3 -2
View File
@@ -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 \