fix: add process_input_object in the executing agent

This commit is contained in:
wangchongshi
2024-06-25 20:45:36 +08:00
parent f6b166a2cb
commit 2e85e98648

View File

@@ -92,8 +92,9 @@ class ExecutingAgent(Agent):
input_object (InputObject): input parameters passed by the user.
subtask (str): subtask to be executed.
planner_input_key (str): planner input key.
Returns:
InputObject: Processed input object
input_object (InputObject): processed input object.
"""
# get agent toolsets.
action: dict = self.agent_model.action or dict()