mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 19:37:59 +08:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import type { QuestionClassifierNodeType } from './types'
|
|
|
|
export const checkNodeValid = (payload: QuestionClassifierNodeType) => {
|
|
return true
|
|
}
|