Spaces:
Runtime error
Runtime error
Upload agent
Browse files- agent.json +2 -1
- prompts.yaml +2 -0
agent.json
CHANGED
@@ -29,7 +29,8 @@
|
|
29 |
"final_answer": {
|
30 |
"pre_messages": "An agent tried to answer a user query but it got stuck and failed to do so. You are tasked with providing an answer instead. Here is the agent's memory:",
|
31 |
"post_messages": "Based on the above, please provide an answer to the following user task:\n{{task}}"
|
32 |
-
}
|
|
|
33 |
},
|
34 |
"max_steps": 20,
|
35 |
"verbosity_level": 1,
|
|
|
29 |
"final_answer": {
|
30 |
"pre_messages": "An agent tried to answer a user query but it got stuck and failed to do so. You are tasked with providing an answer instead. Here is the agent's memory:",
|
31 |
"post_messages": "Based on the above, please provide an answer to the following user task:\n{{task}}"
|
32 |
+
},
|
33 |
+
"custom": "You are a helpful assistant."
|
34 |
},
|
35 |
"max_steps": 20,
|
36 |
"verbosity_level": 1,
|
prompts.yaml
CHANGED
@@ -157,3 +157,5 @@
|
|
157 |
"post_messages": |-
|
158 |
Based on the above, please provide an answer to the following user task:
|
159 |
{{task}}
|
|
|
|
|
|
157 |
"post_messages": |-
|
158 |
Based on the above, please provide an answer to the following user task:
|
159 |
{{task}}
|
160 |
+
"custom": |-
|
161 |
+
You are a helpful assistant.
|