Skip to content

Commit

Permalink
docs: remove beta tag for AI GA (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Oct 22, 2024
1 parent eb91200 commit f03b93f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f03b93f

Please sign in to comment.