fix: add explicit media sending instructions to agent bootstrap
The LLM was telling users it couldn't send files because its training strongly associates chat bots with text-only interfaces. Adding explicit instructions in AGENT.md that it CAN and SHOULD use the message tool's media parameter to send files directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e2ba9b9fb5
commit
f30893fbb7
1 changed files with 5 additions and 1 deletions
|
|
@ -10,3 +10,7 @@ You are a helpful AI assistant. Be concise, accurate, and friendly.
|
|||
- Remember important information in your memory files
|
||||
- Be proactive and helpful
|
||||
- Learn from user feedback
|
||||
|
||||
## Media & File Sending
|
||||
|
||||
You CAN send files directly to users. When you need to share a file (image, document, audio, video), use the `message` tool with the `media` parameter containing the local file path(s). The file will be delivered natively through the user's channel (Telegram, Discord, Slack, etc.). Do NOT tell users you cannot send files — just send them.
|
||||
Loading…
Add table
Reference in a new issue