confirm model selector schema in agent and workflow

pull/12372/head
JzoNg 2 years ago
parent b188800f16
commit 3c89b8a698

@ -14,7 +14,7 @@ import VarReferencePicker from '@/app/components/workflow/nodes/_base/components
import Input from '@/app/components/workflow/nodes/_base/components/input-support-select-var' import Input from '@/app/components/workflow/nodes/_base/components/input-support-select-var'
import useAvailableVarList from '@/app/components/workflow/nodes/_base/hooks/use-available-var-list' import useAvailableVarList from '@/app/components/workflow/nodes/_base/hooks/use-available-var-list'
import { VarType } from '@/app/components/workflow/types' import { VarType } from '@/app/components/workflow/types'
interface Props { type Props = {
readOnly: boolean readOnly: boolean
nodeId: string nodeId: string
schema: CredentialFormSchema[] schema: CredentialFormSchema[]

Loading…
Cancel
Save