mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 09:24:03 +00:00
Add externalfile api params (#2745)
* feat: external dataset api * perf: doc
This commit is contained in:
@@ -21,6 +21,8 @@ export type DatasetCollectionsListItemType = {
|
||||
trainingType?: DatasetCollectionSchemaType['trainingType'];
|
||||
tags?: string[];
|
||||
|
||||
externalFileId?: string;
|
||||
|
||||
fileId?: string;
|
||||
rawLink?: string;
|
||||
permission: DatasetPermission;
|
||||
|
Reference in New Issue
Block a user