mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
feat: filter out blocked content
This commit is contained in:
parent
96d856c848
commit
d6469c35f5
@ -67,7 +67,9 @@ ${k.references[0]}
|
|||||||
</url>
|
</url>
|
||||||
` : ''}
|
` : ''}
|
||||||
|
|
||||||
|
<answer>
|
||||||
${k.answer}
|
${k.answer}
|
||||||
|
</answer>
|
||||||
`.trim();
|
`.trim();
|
||||||
messages.push({role: 'assistant', content: removeExtraLineBreaks(aMsg)});
|
messages.push({role: 'assistant', content: removeExtraLineBreaks(aMsg)});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user