Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading