Update prompts.yaml
Browse files- prompts.yaml +20 -0
prompts.yaml
CHANGED
|
@@ -9,3 +9,23 @@
|
|
| 9 |
The submissions should be json-line files with the following format. The first two fields are mandatory, reasoning_trace is optional:
|
| 10 |
{"task_id": "task_id_1", "model_answer": "Answer 1 from your model", "reasoning_trace": "The different steps by which your model reached answer 1"}
|
| 11 |
{"task_id": "task_id_2", "model_answer": "Answer 2 from your model", "reasoning_trace": "The different steps by which your model reached answer 2"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
The submissions should be json-line files with the following format. The first two fields are mandatory, reasoning_trace is optional:
|
| 10 |
{"task_id": "task_id_1", "model_answer": "Answer 1 from your model", "reasoning_trace": "The different steps by which your model reached answer 1"}
|
| 11 |
{"task_id": "task_id_2", "model_answer": "Answer 2 from your model", "reasoning_trace": "The different steps by which your model reached answer 2"}
|
| 12 |
+
|
| 13 |
+
"managed_agent":
|
| 14 |
+
"task": |-
|
| 15 |
+
You're a helpful agent named '{{name}}'.
|
| 16 |
+
You have been submitted this task by your manager.
|
| 17 |
+
---
|
| 18 |
+
Task:
|
| 19 |
+
{{task}}
|
| 20 |
+
---
|
| 21 |
+
You're helping your manager solve a wider task: so make sure to not provide a one-line answer, but give as much information as possible to give them a clear understanding of the answer.
|
| 22 |
+
Your final_answer WILL HAVE to contain these parts:
|
| 23 |
+
### 1. Task outcome (short version):
|
| 24 |
+
### 2. Task outcome (extremely detailed version):
|
| 25 |
+
### 3. Additional context (if relevant):
|
| 26 |
+
|
| 27 |
+
Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
|
| 28 |
+
And even if your task resolution is not successful, please return as much context as possible, so that your manager can act upon this feedback.
|
| 29 |
+
"report": |-
|
| 30 |
+
Here is the final answer from your managed agent '{{name}}':
|
| 31 |
+
{{final_answer}}
|