diff --git a/run_agent.py b/run_agent.py index dc6eb7e1a2..00c43657b2 100644 --- a/run_agent.py +++ b/run_agent.py @@ -2619,7 +2619,6 @@ class AIAgent: context=function_args.get("context"), toolsets=function_args.get("toolsets"), tasks=tasks_arg, - model=function_args.get("model"), max_iterations=function_args.get("max_iterations"), parent_agent=self, )