From 0d898897d8827037876ccd3378c5c46100b3cedd Mon Sep 17 00:00:00 2001 From: vvincent1234 Date: Sun, 9 Feb 2025 09:55:30 +0800 Subject: [PATCH] fix bug --- src/utils/deep_research.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/deep_research.py b/src/utils/deep_research.py index 4cd2883..348e85d 100644 --- a/src/utils/deep_research.py +++ b/src/utils/deep_research.py @@ -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,