I am using agent_team with the agent (as below) that is causing an error. What might be the cause of the error?
Even with the error, there is output generated.
Thanks.
WARNING Could not run function transfer_task_to_entity_and_relationship_agent(expected_output=JSON object with entity
and relationship information, task_description=…)
ERROR 1 validation error for Agent.get_transfer_function.._transfer_task_to_agent
additional_information
Missing required argument [type=missing_argument, input_value=ArgsKwargs((), {‘expected… from the given
text.’}), input_type=ArgsKwargs]
For further information visit Redirecting...
Traceback (most recent call last):
File “C:\Users\rockf\deepcharts\projects\venv\lib\site-packages\phi\tools\function.py”, line 319, in execute
self.result = self.function.entrypoint(**entrypoint_args, **self.arguments)