From b2d39eab0a75468fb89a50ff876435ec5c0adc9f Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Tue, 22 Oct 2024 10:16:27 -0700 Subject: [PATCH] docs: remove beta tag for AI GA --- openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 807af48f..969705e9 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": "6f736c0724" + "x-box-commit-hash": "31590ecc71" }, "servers": [ { @@ -24041,7 +24041,7 @@ "operationId": "post_ai_ask", "summary": "Ask question", "description": "Sends an AI request to supported LLMs and returns an answer specifically focused on the user's question given the provided context.", - "x-stability-level": "beta", + "x-stability-level": "stable", "requestBody": { "content": { "application/json": { @@ -24095,7 +24095,7 @@ "operationId": "post_ai_text_gen", "summary": "Generate text", "description": "Sends an AI request to supported Large Language Models (LLMs) and returns generated text based on the provided prompt.", - "x-stability-level": "beta", + "x-stability-level": "stable", "requestBody": { "content": { "application/json": { @@ -24149,7 +24149,7 @@ "operationId": "get_ai_agent_default", "summary": "Get AI agent default configuration", "description": "Get the AI agent default config", - "x-stability-level": "beta", + "x-stability-level": "stable", "parameters": [ { "name": "mode",