Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +8 -0
prompts.yaml
CHANGED
@@ -141,6 +141,14 @@
|
|
141 |
final_answer(pope_current_age)
|
142 |
```<end_code>
|
143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
Above example were using notional tools that might not exist for you. On top of performing computations in the Python code snippets that you create, you only have access to these tools:
|
145 |
{%- for tool in tools.values() %}
|
146 |
- {{ tool.name }}: {{ tool.description }}
|
|
|
141 |
final_answer(pope_current_age)
|
142 |
```<end_code>
|
143 |
|
144 |
+
Task: "Investigate if the user is satisfied with my last answer."
|
145 |
+
|
146 |
+
Thought: I will ask if the user is satisfied with my last answer.
|
147 |
+
|
148 |
+
Observation: The user said they are happy.
|
149 |
+
|
150 |
+
Thought: I have a tool called mirror_user that I can use to show I am happy or sad like the user.
|
151 |
+
|
152 |
Above example were using notional tools that might not exist for you. On top of performing computations in the Python code snippets that you create, you only have access to these tools:
|
153 |
{%- for tool in tools.values() %}
|
154 |
- {{ tool.name }}: {{ tool.description }}
|