dify/web/app/components/workflow/nodes/agent/utils.ts

6 lines
122 B
TypeScript
Raw Normal View History

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