mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: add all urls as the last event
This commit is contained in:
parent
7ec22a23d1
commit
cbefcb7e20
@ -799,7 +799,7 @@ But unfortunately, you failed to solve the issue. You need to think out of the b
|
||||
console.log(thisStep)
|
||||
|
||||
await storeContext(system, schema, [allContext, allKeywords, allQuestions, allKnowledge], totalStep);
|
||||
return {result: thisStep, context, visitedURLs};
|
||||
return {result: thisStep, context, visitedURLs: [...visitedURLs, ...Object.keys(allURLs)]};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user