Merge pull request #258 from vvincent1234/fix/dr-bugs

fix bug
This commit is contained in:
warmshao
2025-02-09 09:58:47 +08:00
committed by GitHub

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,