luke9705 commited on
Commit
4bcceb3
·
1 Parent(s): bfba0d1

Update system prompt to clarify that generated images should not be linked externally and reinforce the prohibition of nested lists.

Browse files
Files changed (1) hide show
  1. 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
- 6. Nested list are forbidden.
325
- 7. Always put generated images in the list, do NOT create external link.
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