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