Fix file link-to-datasets to suport both replace and add (#817) (#16908)

This commit is contained in:
Wang Qi
2026-07-14 20:12:31 +08:00
committed by GitHub
parent 376a9057a8
commit 55d5879622
6 changed files with 157 additions and 18 deletions

View File

@@ -8,3 +8,5 @@ export interface IConnectRequestBody {
fileIds: string[];
kbIds: string[];
}
export type ConnectFileToKnowledgeMode = 'add' | 'replace';