NeuralNotwork commited on
Commit
3633431
·
verified ·
1 Parent(s): c6c3859

Upload agent

Browse files
Files changed (2) hide show
  1. agent.json +2 -1
  2. 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.