wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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
}