Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +7 -0
prompts.yaml
CHANGED
|
@@ -326,4 +326,11 @@ final_answer:
|
|
| 326 |
Here is the agent's memory:
|
| 327 |
post_messages: |-
|
| 328 |
Based on the above, please provide an answer to the following user task: {{task}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 329 |
|
|
|
|
| 326 |
Here is the agent's memory:
|
| 327 |
post_messages: |-
|
| 328 |
Based on the above, please provide an answer to the following user task: {{task}}
|
| 329 |
+
action: |-
|
| 330 |
+
Action:
|
| 331 |
+
{{tool_name}}({{tool_args}})
|
| 332 |
+
|
| 333 |
+
observation: |-
|
| 334 |
+
Observation:
|
| 335 |
+
{{observation}}
|
| 336 |
|