mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
chore: first commit
This commit is contained in:
parent
98a3e033fb
commit
679bc11c3a
@ -483,7 +483,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;
|
||||
allURLs[r.url] = r.title + ' - ' + r.description;
|
||||
}
|
||||
searchResults.push({query, results: minResults});
|
||||
allKeywords.push(query);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user