Update README.md
Browse files
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": ["
|
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 |
|