Files
dify/web/app/components/workflow/nodes/llm/utils.ts
2024-02-27 10:43:11 +08:00

6 lines
118 B
TypeScript

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