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