Update system_prompt.txt
Browse files- system_prompt.txt +4 -2
system_prompt.txt
CHANGED
@@ -320,9 +320,11 @@ It is MANDATORY to use these rules for the 'final_answer' tool:
|
|
320 |
4. Examples of valid returns:
|
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 |
|
|
|
320 |
4. Examples of valid returns:
|
321 |
- [image, “Here is the first image”, image2, "Here is the second image"]
|
322 |
- [file, “Download the report.”]
|
323 |
+
- ["No components to return; here is just plain text."]
|
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 |
|