diff --git a/openapi.json b/openapi.json index 52199139..e56a359e 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2.0.0", - "x-box-commit-hash": "7174b64cb8" + "x-box-commit-hash": "6cbe4c12b1" }, "servers": [ { @@ -24062,10 +24062,10 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/AiAgentAskResponse" + "$ref": "#/components/schemas/AiAgentAsk" }, { - "$ref": "#/components/schemas/AiAgentTextGenResponse" + "$ref": "#/components/schemas/AiAgentTextGen" } ] } @@ -24267,61 +24267,6 @@ }, "description": "AI text gen request object" }, - "AiAgentAsk": { - "title": "AI agent for question requests", - "type": "object", - "x-box-resource-id": "ai_agent_ask_request", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "ai_agent_ask" - ], - "description": "The type of AI agent used to handle queries.\nThis parameter is **required**.", - "example": "ai_agent_ask", - "nullable": false - }, - "long_text": { - "$ref": "#/components/schemas/AiAgentLongTextTool" - }, - "basic_text": { - "$ref": "#/components/schemas/AiAgentBasicTextToolAsk" - }, - "long_text_multi": { - "$ref": "#/components/schemas/AiAgentLongTextTool" - }, - "basic_text_multi": { - "$ref": "#/components/schemas/AiAgentBasicTextToolAsk" - } - }, - "description": "The AI agent used to handle queries." - }, - "AiAgentTextGen": { - "title": "AI agent for text generation requests", - "type": "object", - "x-box-resource-id": "ai_agent_text_gen_request", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "ai_agent_text_gen" - ], - "description": "The type of AI agent used for generating text.\nThis parameter is **required**.", - "example": "ai_agent_text_gen", - "nullable": false - }, - "basic_gen": { - "$ref": "#/components/schemas/AiAgentBasicGenTool" - } - }, - "description": "The AI agent used for generating text." - }, "PostOAuth2Token": { "title": "Token request", "type": "object", @@ -25359,7 +25304,7 @@ }, "description": "AI response" }, - "AiAgentAskResponse": { + "AiAgentAsk": { "title": "AI agent for question requests", "type": "object", "x-box-resource-id": "ai_agent_ask", @@ -25389,7 +25334,7 @@ }, "description": "The AI agent used to handle queries." }, - "AiAgentTextGenResponse": { + "AiAgentTextGen": { "title": "AI agent for text generation requests", "type": "object", "x-box-tag": "ai", @@ -37669,10 +37614,10 @@ } }, "AppItemEventSource": { - "title": "`AppItem` Event source", + "title": "AppItem event source", "type": "object", "x-box-resource-id": "app_item_event_source", - "description": "The `AppItem` that triggered an event in the event stream.", + "description": "The AppItem that triggered an event in the event stream.", "required": [ "id", "type", @@ -37690,7 +37635,7 @@ "enum": [ "app_item" ], - "description": "The type of the source that this event represents. Can be only `app_item`.\n", + "description": "The type of the source that this event represents. Can only be `app_item`.\n", "example": "app_item" }, "app_item_type": {