Update system_prompt.txt
Browse files- system_prompt.txt +2 -3
system_prompt.txt
CHANGED
@@ -321,10 +321,9 @@ It is MANDATORY to use these rules for the 'final_answer' tool:
|
|
321 |
4. If there is no component to return, return a list whose only element is the text.
|
322 |
5. Examples of valid returns:
|
323 |
• [gr.Image(value=“output.png”), “Here is the chart.”]
|
324 |
-
• [None, “No media available, here is the text.”]
|
325 |
• [gr.File(value=“report.pdf”), “Download the report.”]
|
326 |
-
7.Any deviation (returning a dict, tuple, raw PIL image, etc.) is invalid.
|
327 |
-
|
328 |
|
329 |
Now Begin!
|
330 |
|
|
|
321 |
4. If there is no component to return, return a list whose only element is the text.
|
322 |
5. Examples of valid returns:
|
323 |
• [gr.Image(value=“output.png”), “Here is the chart.”]
|
|
|
324 |
• [gr.File(value=“report.pdf”), “Download the report.”]
|
325 |
+
7. Any deviation (returning a dict, tuple, raw PIL image, etc.) is invalid.
|
326 |
+
8. Always put the images in the list, do NOT generate external link.
|
327 |
|
328 |
Now Begin!
|
329 |
|