mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: md table render
This commit is contained in:
parent
25606299ba
commit
efa79274c1
@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user