berkod-ai commited on
Commit
8783be4
·
verified ·
1 Parent(s): 68eea03

Update prompts.yaml

Browse files

added premessages for final answer

Files changed (1) hide show
  1. prompts.yaml +14 -2
prompts.yaml CHANGED
@@ -320,5 +320,17 @@
320
  Here is the final answer from your managed agent '{{name}}':
321
  {{final_answer}}
322
 
323
- "final_answer": |-
324
- The final answer to the task is: {{answer}}
 
 
 
 
 
 
 
 
 
 
 
 
 
320
  Here is the final answer from your managed agent '{{name}}':
321
  {{final_answer}}
322
 
323
+ "final_answer":
324
+ pre_messages: |-
325
+ You are an expert assistant tasked with providing a final answer to the given task. The answer must be structured with the following sections:
326
+ ### 1. Task outcome (short version)
327
+ ### 2. Task outcome (extremely detailed version)
328
+ ### 3. Additional context (if relevant)
329
+ Ensure the answer is clear, concise, and addresses the task fully.
330
+ template: |-
331
+ ### 1. Task outcome (short version):
332
+ {{answer}}
333
+ ### 2. Task outcome (extremely detailed version):
334
+ The task was to provide a final answer. The answer provided is: {{answer}}.
335
+ ### 3. Additional context (if relevant):
336
+ No additional context provided.