mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: broken md
This commit is contained in:
parent
449faed630
commit
35bdbb561a
@ -816,7 +816,7 @@ You decided to think out of the box or cut from a completely different angle.`);
|
||||
}
|
||||
allowRead = false;
|
||||
} else if (thisStep.action === 'coding' && thisStep.codingIssue) {
|
||||
const sandbox = new CodeSandbox({allContext, visitedURLs, allURLs, allKnowledge}, context, SchemaGen);
|
||||
const sandbox = new CodeSandbox({allContext, URLs: weightedURLs.slice(0, 20), allKnowledge}, context, SchemaGen);
|
||||
try {
|
||||
const result = await sandbox.solve(thisStep.codingIssue);
|
||||
allKnowledge.push({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user