mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
fix: add process_input_object in the executing agent
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user