From 6877d5f3b5c873526c83ff4eb3f3675975741fa6 Mon Sep 17 00:00:00 2001 From: teknium1 Date: Wed, 25 Feb 2026 03:29:10 -0800 Subject: [PATCH] docs: add note on message delivery in cronjob_tools - Included a note clarifying that the agent's final response is auto-delivered to the target, advising against using send_message in the prompt. This enhances user understanding of the message delivery process. --- tools/cronjob_tools.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/cronjob_tools.py b/tools/cronjob_tools.py index 1b7d4d7c..e8cde43b 100644 --- a/tools/cronjob_tools.py +++ b/tools/cronjob_tools.py @@ -150,6 +150,9 @@ DELIVERY OPTIONS (where output goes): - "discord": Send to Discord home channel - "telegram:123456": Send to specific chat (if user provides ID) +NOTE: The agent's final response is auto-delivered to the target — do NOT use +send_message in the prompt. Just have the agent compose its response normally. + Use for: reminders, periodic checks, scheduled reports, automated maintenance.""", "parameters": { "type": "object",