mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: footnote
This commit is contained in:
@@ -576,7 +576,7 @@ But then you realized you have asked them before. You decided to to think out of
|
||||
let {queries: keywordsQueries} = await rewriteQuery(thisStep, context.tokenTracker);
|
||||
|
||||
// add the original query before rewrite to the keywordsQueries
|
||||
keywordsQueries.push(question)
|
||||
keywordsQueries.push(thisStep.searchQuery)
|
||||
|
||||
const oldKeywords = keywordsQueries;
|
||||
// avoid exisitng searched queries
|
||||
|
||||
Reference in New Issue
Block a user