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.
This commit is contained in:
teknium1
2026-02-25 03:29:10 -08:00
parent 6d74d424d3
commit 6877d5f3b5

View File

@@ -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",