fix(webui): keep schema defaults out of model presets

This commit is contained in:
Xubin Ren
2026-09-02 16:25:07 +08:00
parent 94d62f86a0
commit 0274c11bfb
7 changed files with 169 additions and 6 deletions
+1
View File
@@ -53,6 +53,7 @@ def test_model_domain_owns_dto_and_config_updates() -> None:
"model_presets",
"model_call_order",
"model_call_order_editable",
"model_configuration_migratable",
"providers",
}
assert payload["agent"]["model"] == "openai/gpt-5.4"