This commit is contained in:
vvincent1234
2025-02-09 09:55:30 +08:00
parent de69740acf
commit 0d898897d8

View File

@@ -214,7 +214,7 @@ Provide your output as a JSON formatted list. Each item in the list must adhere
else:
agents = [CustomAgent(
task=query_tasks,
task=task,
llm=llm,
add_infos=add_infos,
browser=browser,