mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 15:39:06 +08:00
fix: md table render
This commit is contained in:
@@ -546,6 +546,15 @@ export async function processURLs(
|
||||
// Only add valid URLs to visitedURLs list
|
||||
if (url) {
|
||||
visitedURLs.push(url);
|
||||
|
||||
// acknowledge the visit action is done for this URL
|
||||
context.actionTracker.trackAction({
|
||||
thisStep: {
|
||||
action: 'visit',
|
||||
think: '',
|
||||
URLTargets: [url]
|
||||
} as VisitAction
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user