luke9705 commited on
Commit
982d28b
·
1 Parent(s): f1e2fa3

Update system prompt: Clarify final_answer tool usage for generated images and audio

Browse files
Files changed (1) hide show
  1. system_prompt.txt +2 -2
system_prompt.txt CHANGED
@@ -323,8 +323,8 @@ It is MANDATORY to use these rules for the 'final_answer' tool:
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 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
 
 
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 the generated images or audio 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