feat: add supports for multimodal

This commit is contained in:
Yeuoly
2024-10-22 17:26:00 +08:00
parent 11270a7ef2
commit 1450e5d5cb
10 changed files with 59 additions and 7 deletions

View File

@ -8,6 +8,8 @@ class CommonParameterType(Enum):
STRING = "string"
NUMBER = "number"
FILE = "file"
FILES = "files"
SYSTEM_FILES = "system-files"
BOOLEAN = "boolean"
APP_SELECTOR = "app-selector"
MODEL_CONFIG = "model-config"