Skip to content

Commit 5fde2a0

Browse files
authored
Merge pull request #258 from vvincent1234/fix/dr-bugs
fix bug
2 parents 7de7d90 + 0d89889 commit 5fde2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/deep_research.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ async def deep_research(task, llm, agent_state=None, **kwargs):
214214

215215
else:
216216
agents = [CustomAgent(
217-
task=query_tasks,
217+
task=task,
218218
llm=llm,
219219
add_infos=add_infos,
220220
browser=browser,

0 commit comments

Comments
 (0)