mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 18:06:14 +08:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import type { AgentNodeType } from './types'
|
|
|
|
export const checkNodeValid = (payload: AgentNodeType) => {
|
|
return true
|
|
}
|