mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
r2
This commit is contained in:
@ -20,6 +20,7 @@ class FileTransferMethod(StrEnum):
|
||||
REMOTE_URL = "remote_url"
|
||||
LOCAL_FILE = "local_file"
|
||||
TOOL_FILE = "tool_file"
|
||||
DATASOURCE_FILE = "datasource_file"
|
||||
|
||||
@staticmethod
|
||||
def value_of(value):
|
||||
|
||||
Reference in New Issue
Block a user