From 49036f8f9d5aabb74e865181fdd038daeb40222e Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 30 May 2026 14:01:25 +0800 Subject: [PATCH] fix(message_tools): improve description for SendMessageToUserTool usage fixes: #8355 --- astrbot/core/tools/message_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/tools/message_tools.py b/astrbot/core/tools/message_tools.py index c57d6b73d..5393b45cd 100644 --- a/astrbot/core/tools/message_tools.py +++ b/astrbot/core/tools/message_tools.py @@ -27,7 +27,7 @@ class SendMessageToUserTool(FunctionTool[AstrAgentContext]): "Send message to the user. " "Supports various message types including `plain`, `image`, `record`, `video`, `file`, and `mention_user`. " "Use this tool to send media files (`image`, `record`, `video`, `file`), " - "or when you need to proactively message the user(such as cron job). For normal text replies, you can output directly." + "or when you need to proactively message the user(such as cron job). For other normal text replies, you can output directly and no need to use this tool." ) parameters: dict = Field( default_factory=lambda: {