This commit is contained in:
jyong
2025-06-13 15:04:22 +08:00
parent da3a3ce165
commit b2b95412b9
7 changed files with 253 additions and 46 deletions

View File

@ -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):