Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse filesadded premessages for final answer
- 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|