From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改

---
 app/components/base/chat/types.ts |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/app/components/base/chat/types.ts b/app/components/base/chat/types.ts
index 91f9bc9..851c82d 100644
--- a/app/components/base/chat/types.ts
+++ b/app/components/base/chat/types.ts
@@ -28,13 +28,13 @@
 }
 
 export type UserInputFormSelect = {
-  select: UserInputForm & {
+  'select': UserInputForm & {
     options: string[]
   }
 }
 
 export type UserInputFormParagraph = {
-  paragraph: UserInputForm
+  'paragraph': UserInputForm
 }
 
 export type VisionConfig = VisionSettings
@@ -46,7 +46,6 @@
 export type ChatConfig = Omit<ModelConfig, 'model'> & {
   supportAnnotation?: boolean
   appId?: string
-  questionEditEnable?: boolean
   supportFeedback?: boolean
   supportCitationHitInfo?: boolean
 }

--
Gitblit v1.8.0