diff --git a/pkg/tools/integration/message.go b/pkg/tools/integration/message.go index 98d87bcb3..68912fdd5 100644 --- a/pkg/tools/integration/message.go +++ b/pkg/tools/integration/message.go @@ -137,7 +137,8 @@ func (t *MessageTool) Execute(ctx context.Context, args map[string]any) *ToolRes // Silent: user already received the message directly return &ToolResult{ - ForLLM: fmt.Sprintf("Message sent to %s:%s", channel, chatID), - Silent: true, + ForLLM: fmt.Sprintf("Message sent to %s:%s", channel, chatID), + Silent: true, + ResponseHandled: true, } }