mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
control run
This commit is contained in:
@ -5,11 +5,11 @@ import Split from '../_base/components/split'
|
||||
import type { ToolNodeType } from './types'
|
||||
import Button from '@/app/components/base/button'
|
||||
import Field from '@/app/components/workflow/nodes/_base/components/field'
|
||||
import type { NodeProps } from '@/app/components/workflow/types'
|
||||
import type { NodePanelProps } from '@/app/components/workflow/types'
|
||||
|
||||
const i18nPrefix = 'workflow.nodes.tool'
|
||||
|
||||
const Panel: FC<NodeProps<ToolNodeType>> = ({
|
||||
const Panel: FC<NodePanelProps<ToolNodeType>> = ({
|
||||
id,
|
||||
data,
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user