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: {