mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
confirm model selector schema in agent and workflow
This commit is contained in:
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…
Reference in New Issue
Block a user