fix(multi agent): the default value of the collaboration mode has been changed to "supervisor"

This commit is contained in:
谢俊男
2026-01-15 20:46:06 +08:00
parent 1fb18cc11c
commit 281746031c
2 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ def get_multi_agent_configs(
"app_id": str(app_id),
"default_model_config_id": None,
"model_parameters": None,
"orchestration_mode": "conditional",
"orchestration_mode": "supervisor",
"sub_agents": [],
"routing_rules": [],
"execution_config": {