Update system_prompt.txt
Browse files- system_prompt.txt +1 -1
system_prompt.txt
CHANGED
@@ -324,7 +324,7 @@ It is MANDATORY to use these rules for the 'final_answer' tool:
|
|
324 |
- [image1, "An illustrative diagram", file1, "And here is the data sheet for reference"]
|
325 |
5. Any deviation (returning a dict, tuple, raw PIL image, etc.) is invalid.
|
326 |
6. Nested list are forbidden.
|
327 |
-
7. ALWAYS put generated images in the 'final_answer' tool, NEVER give code to the user.
|
328 |
|
329 |
Now Begin!
|
330 |
|
|
|
324 |
- [image1, "An illustrative diagram", file1, "And here is the data sheet for reference"]
|
325 |
5. Any deviation (returning a dict, tuple, raw PIL image, etc.) is invalid.
|
326 |
6. Nested list are forbidden.
|
327 |
+
7. ALWAYS put the generated images (with tool) in the 'final_answer' tool, NEVER give code to the user and NEVER return non-existing object like "image-1.png".
|
328 |
|
329 |
Now Begin!
|
330 |
|