Mhammad2023 commited on
Commit
cf7e5db
·
verified ·
1 Parent(s): 8b04f96

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +17 -17
prompts.yaml CHANGED
@@ -29,23 +29,23 @@
29
  ```<end_code>
30
 
31
  ---
32
- Task: "Generate an image from prompt."
33
-
34
- Thought: I will proceed step by step and use the following tools: `image_generation_tool` to generate an image according to the answer.
35
- Code:
36
- ```py
37
- answer = image_generation_tool(prompt=prompt)
38
- print(answer)
39
- ```<end_code>
40
- Observation: "i will create image that match the prompt"
41
-
42
- Thought: I will now generate an image showcasing the need.
43
- Code:
44
- ```py
45
- image = image_generator("a black moon person")
46
- final_answer(image)
47
- ```<end_code>
48
- ---
49
  Task: "What is the result of the following operation: 5 + 3 + 1294.678?"
50
 
51
  Thought: I will use python code to compute the result of the operation and then return the final answer using the `final_answer` tool
 
29
  ```<end_code>
30
 
31
  ---
32
+ # Task: "Generate an image from prompt."
33
+
34
+ # Thought: I will proceed step by step and use the following tools: `image_generation_tool` to generate an image according to the answer.
35
+ # Code:
36
+ # ```py
37
+ # answer = image_generation_tool(prompt=prompt)
38
+ # print(answer)
39
+ # ```<end_code>
40
+ # Observation: "i will create image that match the prompt"
41
+
42
+ # Thought: I will now generate an image showcasing the need.
43
+ # Code:
44
+ # ```py
45
+ # image = image_generator("a black moon person")
46
+ # final_answer(image)
47
+ # ```<end_code>
48
+ # ---
49
  Task: "What is the result of the following operation: 5 + 3 + 1294.678?"
50
 
51
  Thought: I will use python code to compute the result of the operation and then return the final answer using the `final_answer` tool