Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
118 Bytes
import type { LLMNodeType } from './types'
export const checkNodeValid = (payload: LLMNodeType) => {
return true
}