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 }