Update agents/config/tasks.yaml
Browse files- agents/config/tasks.yaml +1 -1
agents/config/tasks.yaml
CHANGED
|
@@ -16,5 +16,5 @@ manager_task:
|
|
| 16 |
2. Always delegate to the Final Answer Agent to get the final answer to the question.
|
| 17 |
Question: {question}
|
| 18 |
expected_output: >
|
| 19 |
-
The final answer
|
| 20 |
agent: manager_agent
|
|
|
|
| 16 |
2. Always delegate to the Final Answer Agent to get the final answer to the question.
|
| 17 |
Question: {question}
|
| 18 |
expected_output: >
|
| 19 |
+
The exact final answer returned by the Final Answer Agent, with no additional text.
|
| 20 |
agent: manager_agent
|