Severian's picture
initial commit
a8b3f00
raw
history blame contribute delete
118 Bytes
import type { LLMNodeType } from './types'
export const checkNodeValid = (payload: LLMNodeType) => {
return true
}