[Fix] Fixed the inputs to the ManagerAgent (#4427)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
Co-authored-by: mamoodi <mamoodiha@gmail.com>
Co-authored-by: tofarr <tofarr@gmail.com>
Co-authored-by: Robert Brennan <contact@rbren.io>
This commit is contained in:
Alejandro Cuadron Lafuente
2024-10-16 20:47:46 +02:00
committed by GitHub
parent 226ea545fa
commit bb416009c5

View File

@@ -1,6 +1,7 @@
# Task
You are in charge of accomplishing the following task:
{{ latest_user_message }}
{% set goal = latest_user_message if latest_user_message is not none else state.inputs.task %}
{{ goal }}
In order to accomplish this goal, you must delegate tasks to one or more agents, who
can do the actual work. A description of each agent is provided below. You MUST