mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: update patch-express and agent implementation
This commit is contained in:
parent
a8f7124e6d
commit
0f0070b56e
@ -110,7 +110,7 @@ export const jinaAiMiddleware = (req: Request, res: Response, next: NextFunction
|
||||
} else {
|
||||
rateLimitPolicy = [
|
||||
RateLimitDesc.from({
|
||||
occurrence: 2,
|
||||
occurrence: 1,
|
||||
periodSeconds: 60
|
||||
})
|
||||
]
|
||||
|
||||
@ -1003,11 +1003,7 @@ But unfortunately, you failed to solve the issue. You need to think out of the b
|
||||
await updateReferences(answerStep, allURLs)
|
||||
answerStep.mdAnswer = repairMarkdownFootnotesOuter(buildMdFromAnswer(answerStep));
|
||||
} else {
|
||||
answerStep.mdAnswer =
|
||||
convertHtmlTablesToMd(
|
||||
fixCodeBlockIndentation(
|
||||
buildMdFromAnswer(answerStep))
|
||||
);
|
||||
answerStep.mdAnswer = buildMdFromAnswer(answerStep);
|
||||
}
|
||||
|
||||
console.log(thisStep)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user