mirror of
https://github.com/langgenius/dify.git
synced 2025-08-14 20:27:01 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
![]() |
import type { KnowledgeRetrievalNodeType } from './types'
|
||
|
|
||
|
export const checkNodeValid = (payload: KnowledgeRetrievalNodeType) => {
|
||
|
return true
|
||
|
}
|