Skip to content

Commit 49036f8

Browse files
committed
fix(message_tools): improve description for SendMessageToUserTool usage
fixes: #8355
1 parent 0ffdf54 commit 49036f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrbot/core/tools/message_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SendMessageToUserTool(FunctionTool[AstrAgentContext]):
2727
"Send message to the user. "
2828
"Supports various message types including `plain`, `image`, `record`, `video`, `file`, and `mention_user`. "
2929
"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."
3131
)
3232
parameters: dict = Field(
3333
default_factory=lambda: {

0 commit comments

Comments
 (0)