confirm model selector schema in agent and workflow

This commit is contained in:
JzoNg 2024-11-12 16:56:53 +08:00
parent b188800f16
commit 3c89b8a698

View File

@ -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[]