Duplicated from MGFeng/Nightglow-AI-03
c867d8f
1
2
3
4
5
6
import type { LLMNodeType } from './types' export const checkNodeValid = (payload: LLMNodeType) => { return true }