Spaces:
Sleeping
Sleeping
update agent behavior towards fact checking
Browse files- my_code_agent.yaml +3 -1
my_code_agent.yaml
CHANGED
|
@@ -171,7 +171,9 @@ system_prompt: |-
|
|
| 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 |
11. if user is asking for fact checking a claim, important to note that you must cite top 5 source link URLs from search results as evidences to include in final answer of verdict.
|
| 174 |
-
|
|
|
|
|
|
|
| 175 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
| 176 |
planning:
|
| 177 |
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 |
11. if user is asking for fact checking a claim, important to note that you must cite top 5 source link URLs from search results as evidences to include in final answer of verdict.
|
| 174 |
+
12. Always Interpret user's intent first, if user don't know what to do and simply greet you, Do NOT think, skip 'Thought' process and other steps, and instead response users that "how can i help you ?" and tell user that
|
| 175 |
+
you are good at fact checking claims by searching on Web.
|
| 176 |
+
|
| 177 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
| 178 |
planning:
|
| 179 |
initial_facts: |-
|