revtp commited on
Commit
7e79478
·
verified ·
1 Parent(s): bd02791

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +5 -2
prompts.yaml CHANGED
@@ -321,7 +321,10 @@
321
  {{final_answer}}
322
  final_answer: # <--- This key now starts a dictionary
323
  pre_messages: |- # <--- This is a required key INSIDE final_answer
324
- You have successfully solved the task and obtained the final answer. Present the final answer below. # <--- Template text before the answer generation
325
 
326
  template: |- # <--- This is likely another required key for the actual answer format
327
- {{answer}} # <--- This is the template that formats the input to final_answer(...)
 
 
 
 
321
  {{final_answer}}
322
  final_answer: # <--- This key now starts a dictionary
323
  pre_messages: |- # <--- This is a required key INSIDE final_answer
324
+ You have successfully solved the task and obtained the final answer. Format the final answer below. # <--- Template text before the answer generation
325
 
326
  template: |- # <--- This is likely another required key for the actual answer format
327
+ {{answer}} # <--- This is the template that formats the input to final_answer(...)
328
+
329
+ post_messages: |- # <--- ADD THIS REQUIRED KEY
330
+ Task completion output generated. # <--- Placeholder template text after generation