mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
refactor: agent strategy parameter
This commit is contained in:
@ -14,6 +14,7 @@ class CommonParameterType(Enum):
|
||||
APP_SELECTOR = "app-selector"
|
||||
TOOL_SELECTOR = "tool-selector"
|
||||
MODEL_SELECTOR = "model-selector"
|
||||
TOOLS_SELECTOR = "array[tools]"
|
||||
|
||||
|
||||
class AppSelectorScope(Enum):
|
||||
|
||||
Reference in New Issue
Block a user