misc: fmt code
This commit is contained in:
@@ -98,6 +98,6 @@ func (t *MessageTool) Execute(ctx context.Context, args map[string]interface{})
|
||||
// Silent: user already received the message directly
|
||||
return &ToolResult{
|
||||
ForLLM: fmt.Sprintf("Message sent to %s:%s", channel, chatID),
|
||||
Silent: true,
|
||||
Silent: true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user