Improve message tool description to discourage over-usage and rebuild binary.
This commit is contained in:
parent
01d8a1b691
commit
60e428bc89
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ func (t *MessageTool) Name() string {
|
|||
}
|
||||
|
||||
func (t *MessageTool) Description() string {
|
||||
return "Send a message to user on a chat channel. Use this when you want to communicate something."
|
||||
return "Send a message to a user on a specific channel. USE sparingly: only for background notifications, out-of-band alerts, or when targetting a DIFFERENT chat. For regular conversation replies, return content directly as text."
|
||||
}
|
||||
|
||||
func (t *MessageTool) Parameters() map[string]any {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue