mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 15:39:06 +08:00
chore: first commit
This commit is contained in:
@@ -505,7 +505,7 @@ But then you realized you have asked them before. You decided to to think out of
|
||||
description: r.description,
|
||||
}));
|
||||
for (const r of minResults) {
|
||||
allURLs[r.url] = r.title + ' - ' + r.description;
|
||||
allURLs[r.url] = r.title;
|
||||
}
|
||||
searchResults.push({query, results: minResults});
|
||||
allKeywords.push(query);
|
||||
|
||||
Reference in New Issue
Block a user