Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kikuepi
/
dify
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dify
/
api
/
core
/
file
/
tool_file_parser.py
kikuepi
Upload 4913 files
4304c6d
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
189 Bytes
tool_file_manager = {
'manager'
:
None
}
class
ToolFileParser
:
@staticmethod
def
get_tool_file_manager
() ->
'ToolFileManager'
:
return
tool_file_manager[
'manager'
]