From 60e428bc895701f2007f6c1eb8cbd46186b14648 Mon Sep 17 00:00:00 2001 From: stevef Date: Mon, 20 Apr 2026 11:59:35 +0200 Subject: [PATCH] Improve message tool description to discourage over-usage and rebuild binary. --- pkg/tools/integration/message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tools/integration/message.go b/pkg/tools/integration/message.go index 68912fdd5..bdaf5f713 100644 --- a/pkg/tools/integration/message.go +++ b/pkg/tools/integration/message.go @@ -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 {