summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/openapi.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk/openapi.json')
-rw-r--r--packages/sdk/openapi.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index eeb81a844..f33d20069 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -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"
},