mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
feat: move dataset (#277)
This commit is contained in:
1
client/src/api/request/kb.d.ts
vendored
1
client/src/api/request/kb.d.ts
vendored
@@ -3,6 +3,7 @@ import type { RequestPaging } from '@/types';
|
||||
|
||||
export type KbUpdateParams = {
|
||||
id: string;
|
||||
parentId?: string;
|
||||
tags?: string;
|
||||
name?: string;
|
||||
avatar?: string;
|
||||
|
Reference in New Issue
Block a user