You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: astrbot/core/tools/message_tools.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ class SendMessageToUserTool(FunctionTool[AstrAgentContext]):
27
27
"Send message to the user. "
28
28
"Supports various message types including `plain`, `image`, `record`, `video`, `file`, and `mention_user`. "
29
29
"Use this tool to send media files (`image`, `record`, `video`, `file`), "
30
-
"or when you need to proactively message the user(such as cron job). For normal text replies, you can output directly."
30
+
"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."
0 commit comments