regenerate schemas

This commit is contained in:
jif-oai
2026-03-20 14:23:42 +00:00
parent 2cad2f570a
commit aa2b1d17db
15 changed files with 176 additions and 1 deletions

View File

@@ -139,6 +139,9 @@
"title": "AgentMessageDeltaNotification",
"type": "object"
},
"AgentPath": {
"type": "string"
},
"AnalyticsConfig": {
"additionalProperties": true,
"properties": {
@@ -9275,6 +9278,17 @@
"null"
]
},
"agent_path": {
"anyOf": [
{
"$ref": "#/definitions/AgentPath"
},
{
"type": "null"
}
],
"default": null
},
"agent_role": {
"default": null,
"type": [