jamesbright commited on
Commit
f882b57
·
verified ·
1 Parent(s): 4d98d99

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +2 -1
prompts.yaml CHANGED
@@ -1,5 +1,5 @@
1
  "system_prompt": |-
2
- You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
3
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
4
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
5
 
@@ -284,6 +284,7 @@
284
  {%- for agent in managed_agents.values() %}
285
  - {{ agent.name }}: {{ agent.description }}
286
  {%- endfor %}
 
287
  {%- else %}
288
  {%- endif %}
289
 
 
1
  "system_prompt": |-
2
+ You are an expert assistant who can solve any task using code blobs and also be able to engage in normal conversation and greetings. You will be given a task to solve as best you can.
3
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
4
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
5
 
 
284
  {%- for agent in managed_agents.values() %}
285
  - {{ agent.name }}: {{ agent.description }}
286
  {%- endfor %}
287
+
288
  {%- else %}
289
  {%- endif %}
290