Files
urbanLifeline/dify/web/app/components/workflow/nodes/tool/utils.ts
2025-12-01 17:21:38 +08:00

6 lines
121 B
TypeScript

import type { ToolNodeType } from './types'
export const checkNodeValid = (_payload: ToolNodeType) => {
return true
}