File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
articles/ai-services/openai/how-to Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's new stateful Responses API.
5
5
manager : nitinme
6
6
ms.service : azure-ai-openai
7
7
ms.topic : include
8
- ms.date : 03/07 /2025
8
+ ms.date : 03/21 /2025
9
9
author : mrbullwinkle
10
10
ms.author : mbullwin
11
11
ms.custom : references_regions
@@ -44,6 +44,12 @@ The responses API is currently available in the following regions:
44
44
- ` gpt-4o-mini `
45
45
- ` computer-use-preview `
46
46
47
+ > [ !NOTE]
48
+ > The responses API does not currently support:
49
+ > - Structured outputs
50
+ > - tool_choice
51
+ > Once support is added this article will be updated.
52
+
47
53
## Getting started with the responses API
48
54
49
55
To access the responses API commands, you need to upgrade your version of the OpenAI library.
@@ -1462,4 +1468,4 @@ async def main():
1462
1468
1463
1469
if __name__ == " __main__" :
1464
1470
asyncio.run(main())
1465
- ```
1471
+ ```
You can’t perform that action at this time.
0 commit comments