mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
perf: tool call check (#4818)
* i18n * tool call * fix: mcp create permission;Plugin unauth tip * fix: mcp create permission;Plugin unauth tip * fix: Cite modal permission * remove invalide cite * perf: prompt * filter fulltext search * fix: ts * fix: ts * fix: ts
This commit is contained in:
@@ -384,6 +384,22 @@ describe('Parse dataset cite content test', async () => {
|
||||
content: '知识库问答系统[67e517e7476861](CITE)[67e517e74767063e882d6861](CITE)',
|
||||
responseContent: '知识库问答系统[67e517e7476861](CITE)'
|
||||
}
|
||||
},
|
||||
{
|
||||
// [id](CITE)
|
||||
data: [
|
||||
{ content: '知识库' },
|
||||
{ content: '问答系统' },
|
||||
{ content: '[i' },
|
||||
{ content: 'd](CITE)' },
|
||||
{ content: '[67e517e747' },
|
||||
{ content: '67063e882d' },
|
||||
{ content: '6861](CITE)' }
|
||||
],
|
||||
correct: {
|
||||
content: '知识库问答系统[id](CITE)[67e517e74767063e882d6861](CITE)',
|
||||
responseContent: '知识库问答系统'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user