feat: add override_model support for agent file import (#9058)
This commit is contained in:
committed by
Caren Thomas
parent
82c01368fc
commit
1d1bb29a43
@@ -27960,6 +27960,18 @@
|
||||
"title": "Embedding",
|
||||
"description": "Embedding handle to override with."
|
||||
},
|
||||
"model": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Model",
|
||||
"description": "Model handle to override the agent's default model. This allows the imported agent to use a different model while keeping other defaults (e.g., context size) from the original configuration."
|
||||
},
|
||||
"append_copy_suffix": {
|
||||
"type": "boolean",
|
||||
"title": "Append Copy Suffix",
|
||||
@@ -27993,6 +28005,19 @@
|
||||
"description": "Override import with specific embedding handle. Use 'embedding' instead.",
|
||||
"deprecated": true
|
||||
},
|
||||
"override_model_handle": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Override Model Handle",
|
||||
"description": "Model handle to override the agent's default model. Use 'model' instead.",
|
||||
"deprecated": true
|
||||
},
|
||||
"project_id": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user