mirror of
https://github.com/dzhng/deep-research.git
synced 2025-12-26 04:48:06 +08:00
useless comment
This commit is contained in:
parent
a9ae24556c
commit
7805bc1c03
@ -197,7 +197,6 @@ export async function deepResearch({
|
||||
),
|
||||
);
|
||||
|
||||
// Simpler way to combine and deduplicate results
|
||||
return {
|
||||
learnings: [...new Set(results.flatMap(r => r.learnings))],
|
||||
visitedUrls: [...new Set(results.flatMap(r => r.visitedUrls))],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user