Revert "Refa: Chats /chat API to RESTFul (#13871)" (#13877)

### What problem does this PR solve?

This reverts commit 1a608ac411.

### Type of change

- [x] Other (please describe):
This commit is contained in:
Liu An
2026-04-01 11:05:29 +08:00
committed by GitHub
parent 1a608ac411
commit b1d28b5898
52 changed files with 3584 additions and 2044 deletions

View File

@@ -67,7 +67,7 @@ export function useDisableDifferenceEmbeddingDataset(name: string) {
export function KnowledgeBaseFormField({
showVariable = false,
name = 'dataset_ids',
name = 'kb_ids',
required = false,
}: {
showVariable?: boolean;