mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-21 11:30:06 +00:00
Feat: Quote auth (#4715)
* fix outlink quote number auth (#4705) * perf: quote auth * feat: qwen3 config --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -236,7 +236,7 @@ export const authCollectionInChat = async ({
|
||||
.flat()
|
||||
);
|
||||
|
||||
if (collectionIds.every((id) => quoteListSet.has(id))) {
|
||||
if (collectionIds.every((id) => quoteListSet.has(String(id)))) {
|
||||
return {
|
||||
chatItem
|
||||
};
|
||||
|
Reference in New Issue
Block a user