applemuncy commited on
Commit
707ed3e
·
verified ·
1 Parent(s): 1c74115

revise final_answer

Browse files
Files changed (1) hide show
  1. prompts.yaml +8 -11
prompts.yaml CHANGED
@@ -324,14 +324,11 @@
324
  # "template": |-
325
  # Here is the final answer to the task:
326
  # {{final_answer}}
327
- #"final_answer":
328
- # "pre_messages": "<<<"
329
- # "post_messages": ">>>"
330
-
331
- prompt_templates:["final_answer"]={
332
- "pre_massage":[
333
- {"role": "system", "content": "You are a helpful assistant. Return the final answer clearly."}
334
- ],
335
- "format": "{output}",
336
- "post_messages": [<<<]
337
- }
 
324
  # "template": |-
325
  # Here is the final answer to the task:
326
  # {{final_answer}}
327
+ "final_answer":
328
+ "pre_messages":
329
+ role:
330
+ system
331
+ content:
332
+ You are a helpful assistant. Return the final answer clearly
333
+ "post_messages":
334
+ ">>>"