Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e3a6f0b
dify
/
web
/
app
/
components
/
workflow
/
nodes
/
tool
/
utils.ts
Severian
initial commit
a8b3f00
4 months ago
raw
Copy download link
history
blame
120 Bytes
import
type
{
ToolNodeType
}
from
'./types'
export
const
checkNodeValid
= (
payload: ToolNodeType
) => {
return
true
}