control run

This commit is contained in:
StyleZhang
2024-03-05 15:26:11 +08:00
parent 186b85cd62
commit ede0bb5396
14 changed files with 37 additions and 26 deletions

View File

@ -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,
}) => {