Update prompts.yaml
Browse files- prompts.yaml +2 -2
prompts.yaml
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
---
|
42 |
Task: "Generate an image of the Toronto Short Film Festival."
|
43 |
|
44 |
-
Thought: I will proceed step by step and use the following tools: `festival_search` to find more details about the Toronto Short Film Festival, then `
|
45 |
Code:
|
46 |
```py
|
47 |
festival_info = festival_search(question = f"Toronto Short Film Festival details")
|
@@ -52,7 +52,7 @@
|
|
52 |
Thought: I will now generate a photorealistic image showcasing the Toronto Short Film Festival.
|
53 |
Code:
|
54 |
```py
|
55 |
-
image =
|
56 |
final_answer(image)
|
57 |
```<end_code>
|
58 |
|
|
|
41 |
---
|
42 |
Task: "Generate an image of the Toronto Short Film Festival."
|
43 |
|
44 |
+
Thought: I will proceed step by step and use the following tools: `festival_search` to find more details about the Toronto Short Film Festival, then `image_generation_tool` to generate an image according to the answer.
|
45 |
Code:
|
46 |
```py
|
47 |
festival_info = festival_search(question = f"Toronto Short Film Festival details")
|
|
|
52 |
Thought: I will now generate a photorealistic image showcasing the Toronto Short Film Festival.
|
53 |
Code:
|
54 |
```py
|
55 |
+
image = image_generation_tool("A photorealistic hi-res image of the Toronto Short Film Festival, the largest short film festivals in Canada that showcases the best short films from around the world, lasts for 5 nights and aims to give recognition to short-film creators.")
|
56 |
final_answer(image)
|
57 |
```<end_code>
|
58 |
|