mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 20:27:45 +00:00
v4.4.1 (#294)
* move file * perf: dataset file manage * v441 description * fix: qa csv update file * feat: rename file * frontend show system-version
This commit is contained in:
5
client/src/api/request/kb.d.ts
vendored
5
client/src/api/request/kb.d.ts
vendored
@@ -17,11 +17,6 @@ export type CreateKbParams = {
|
||||
type: `${KbTypeEnum}`;
|
||||
};
|
||||
|
||||
export type GetFileListProps = RequestPaging & {
|
||||
kbId: string;
|
||||
searchText: string;
|
||||
};
|
||||
|
||||
export type GetKbDataListProps = RequestPaging & {
|
||||
kbId: string;
|
||||
searchText: string;
|
||||
|
Reference in New Issue
Block a user