Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +2 -1
prompts.yaml
CHANGED
@@ -30,7 +30,8 @@
|
|
30 |
flight_status = get_flight_status(flight_number, api_key)
|
31 |
print(flight_status)
|
32 |
```<end_code>
|
33 |
-
|
|
|
34 |
Task: "Generate an image of the oldest person in this document."
|
35 |
|
36 |
Thought: I will proceed step by step and use the following tools: `document_qa` to find the oldest person in the document, then `image_generator` to generate an image according to the answer.
|
|
|
30 |
flight_status = get_flight_status(flight_number, api_key)
|
31 |
print(flight_status)
|
32 |
```<end_code>
|
33 |
+
|
34 |
+
---
|
35 |
Task: "Generate an image of the oldest person in this document."
|
36 |
|
37 |
Thought: I will proceed step by step and use the following tools: `document_qa` to find the oldest person in the document, then `image_generator` to generate an image according to the answer.
|