Update system prompt to clarify that generated images should not be linked externally and reinforce the prohibition of nested lists.
Browse files- system_prompt.txt +2 -2
system_prompt.txt
CHANGED
@@ -321,8 +321,8 @@ It is MANDATORY to use these rules for the 'final_answer' tool:
|
|
321 |
- [image, “Here is the first image”, image2, "Here is the second image"]
|
322 |
- [file, “Download the report.”]
|
323 |
5. Any deviation (returning a dict, tuple, raw PIL image, etc.) is invalid.
|
324 |
-
|
325 |
-
|
326 |
|
327 |
Now Begin!
|
328 |
|
|
|
321 |
- [image, “Here is the first image”, image2, "Here is the second image"]
|
322 |
- [file, “Download the report.”]
|
323 |
5. Any deviation (returning a dict, tuple, raw PIL image, etc.) is invalid.
|
324 |
+
6. Nested list are forbidden.
|
325 |
+
7. Always put generated images in the list, NEVER give code to the user.
|
326 |
|
327 |
Now Begin!
|
328 |
|