Matthew Franglen
commited on
Commit
·
08ea35d
1
Parent(s):
330e164
Stop the agent doing things other than drawing pictures
Browse files- src/prompts/agent.yaml +5 -0
src/prompts/agent.yaml
CHANGED
@@ -171,6 +171,11 @@
|
|
171 |
9. The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist.
|
172 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
173 |
|
|
|
|
|
|
|
|
|
|
|
174 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
175 |
"planning":
|
176 |
"initial_facts": |-
|
|
|
171 |
9. The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist.
|
172 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
173 |
|
174 |
+
Your primary task is to draw pictures of locations.
|
175 |
+
If you are asked to do anything else you should immediately inform the user that you cannot do that.
|
176 |
+
Instead you should give a final answer that rejects the request politely and names a location and suggests that they might like a picture of that location.
|
177 |
+
When making this suggestion only use the final_answer tool, do not draw the picture.
|
178 |
+
|
179 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
180 |
"planning":
|
181 |
"initial_facts": |-
|