Skip to content

Commit

Permalink
Add endpoint fixes for ai studio
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Nov 28, 2024
1 parent 50fe823 commit cba1b9a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -25994,8 +25994,7 @@
"items",
"mode"
],
"title": "AI ask request",
"x-box-tag": "ai"
"title": "AI ask request"
},
"AiCitation": {
"description": "The citation of the LLM's answer reference.",
Expand Down Expand Up @@ -26077,8 +26076,7 @@
"prompt",
"items"
],
"title": "AI metadata freeform extraction request",
"x-box-tag": "ai"
"title": "AI metadata freeform extraction request"
},
"AiExtractResponse": {
"description": "AI extract response.\nThe content of this response may vary depending on\nthe requested configuration.",
Expand Down Expand Up @@ -26198,8 +26196,7 @@
"required": [
"items"
],
"title": "AI Extract Structured Request",
"x-box-tag": "ai"
"title": "AI Extract Structured Request"
},
"AiItem--Base": {
"description": "The item to be processed by the LLM.",
Expand Down Expand Up @@ -26561,6 +26558,7 @@
"description"
],
"title": "AI studio agent for question requests",
"x-box-resource-id": "ai_studio_agent_ask",
"x-box-tag": "ai_studio"
},
"AiStudioAgentExtract": {
Expand Down Expand Up @@ -26589,6 +26587,7 @@
"description"
],
"title": "AI studio agent for extract request",
"x-box-resource-id": "ai_studio_agent_extract",
"x-box-tag": "ai_studio"
},
"AiStudioAgentTextGen": {
Expand Down Expand Up @@ -26617,6 +26616,7 @@
"description"
],
"title": "AI studio agent for text generation requests",
"x-box-resource-id": "ai_studio_agent_text_gen",
"x-box-tag": "ai_studio"
},
"AiTextGen": {
Expand Down Expand Up @@ -26678,8 +26678,7 @@
"prompt",
"items"
],
"title": "AI text gen request",
"x-box-tag": "ai"
"title": "AI text gen request"
},
"AppItem": {
"description": "An app item represents an content object owned by an application. It can\ngroup files and folders together from different paths. That set can be shared\nvia a collaboration.",
Expand Down

0 comments on commit cba1b9a

Please sign in to comment.