edgerunner-research commited on
Commit
b941a5c
·
verified ·
1 Parent(s): b020f5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -214,7 +214,7 @@ I want to generate an image of a cat with a gray background.
214
  {"name": "generate_image", "arguments": {"prompt": "a cat with a gray background"}}
215
  </tool_call>
216
  <tool_call>
217
- {"name": "send_to_discord", "arguments": {"message": "", "attachments": ["$1"]}}
218
  </tool_call>
219
  ```
220
 
 
214
  {"name": "generate_image", "arguments": {"prompt": "a cat with a gray background"}}
215
  </tool_call>
216
  <tool_call>
217
+ {"name": "send_to_discord", "arguments": {"message": "", "attachments": ["image.png"]}}
218
  </tool_call>
219
  ```
220