Skip to content

Commit cba1b9a

Browse files
committed
Add endpoint fixes for ai studio
1 parent 50fe823 commit cba1b9a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

openapi.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25994,8 +25994,7 @@
2599425994
"items",
2599525995
"mode"
2599625996
],
25997-
"title": "AI ask request",
25998-
"x-box-tag": "ai"
25997+
"title": "AI ask request"
2599925998
},
2600025999
"AiCitation": {
2600126000
"description": "The citation of the LLM's answer reference.",
@@ -26077,8 +26076,7 @@
2607726076
"prompt",
2607826077
"items"
2607926078
],
26080-
"title": "AI metadata freeform extraction request",
26081-
"x-box-tag": "ai"
26079+
"title": "AI metadata freeform extraction request"
2608226080
},
2608326081
"AiExtractResponse": {
2608426082
"description": "AI extract response.\nThe content of this response may vary depending on\nthe requested configuration.",
@@ -26198,8 +26196,7 @@
2619826196
"required": [
2619926197
"items"
2620026198
],
26201-
"title": "AI Extract Structured Request",
26202-
"x-box-tag": "ai"
26199+
"title": "AI Extract Structured Request"
2620326200
},
2620426201
"AiItem--Base": {
2620526202
"description": "The item to be processed by the LLM.",
@@ -26561,6 +26558,7 @@
2656126558
"description"
2656226559
],
2656326560
"title": "AI studio agent for question requests",
26561+
"x-box-resource-id": "ai_studio_agent_ask",
2656426562
"x-box-tag": "ai_studio"
2656526563
},
2656626564
"AiStudioAgentExtract": {
@@ -26589,6 +26587,7 @@
2658926587
"description"
2659026588
],
2659126589
"title": "AI studio agent for extract request",
26590+
"x-box-resource-id": "ai_studio_agent_extract",
2659226591
"x-box-tag": "ai_studio"
2659326592
},
2659426593
"AiStudioAgentTextGen": {
@@ -26617,6 +26616,7 @@
2661726616
"description"
2661826617
],
2661926618
"title": "AI studio agent for text generation requests",
26619+
"x-box-resource-id": "ai_studio_agent_text_gen",
2662026620
"x-box-tag": "ai_studio"
2662126621
},
2662226622
"AiTextGen": {
@@ -26678,8 +26678,7 @@
2667826678
"prompt",
2667926679
"items"
2668026680
],
26681-
"title": "AI text gen request",
26682-
"x-box-tag": "ai"
26681+
"title": "AI text gen request"
2668326682
},
2668426683
"AppItem": {
2668526684
"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.",

0 commit comments

Comments
 (0)