mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
refactor tools
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
tool_file_manager = {
|
||||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from core.tools.tool_file_manager import ToolFileManager
|
||||
|
||||
tool_file_manager: dict[str, Any] = {
|
||||
'manager': None
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user