feat: support configuring a default_agent across all API/user surfaces (#5843)

This commit is contained in:
Matt Silverlock
2025-12-20 11:46:48 -06:00
committed by GitHub
parent da6e0e60c0
commit 21bee38610
14 changed files with 128 additions and 12 deletions
+7
View File
@@ -8153,6 +8153,10 @@
"description": "Small model to use for tasks like title generation in the format of provider/model",
"type": "string"
},
"default_agent": {
"description": "Default agent to use when none is specified. Must be a primary agent. Falls back to 'build' if not set or if the specified agent is invalid.",
"type": "string"
},
"username": {
"description": "Custom username to display in conversations instead of system username",
"type": "string"
@@ -9152,6 +9156,9 @@
"hidden": {
"type": "boolean"
},
"default": {
"type": "boolean"
},
"topP": {
"type": "number"
},