From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +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