useless comment

This commit is contained in:
David Zhang 2025-02-03 18:03:50 -08:00
parent a9ae24556c
commit 7805bc1c03

View File

@ -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))],