mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
feat: advanced prompt (#1330)
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: Gillian97 <jinling.sunshine@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { ReactElement } from 'react'
|
||||
import type { ModelModeType } from '@/types/app'
|
||||
|
||||
export type FormValue = Record<string, string>
|
||||
|
||||
@@ -77,6 +78,7 @@ export type BackendModel = {
|
||||
model_name: string
|
||||
model_display_name: string // not always exist
|
||||
model_type: ModelType
|
||||
model_mode: ModelModeType
|
||||
model_provider: {
|
||||
provider_name: ProviderEnum
|
||||
provider_type: PreferredProviderTypeEnum
|
||||
|
||||
Reference in New Issue
Block a user