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