Skip to content

Commit b7d8dc8

Browse files
Merge pull request #3667 from mrbullwinkle/patch-24
Update responses.md
2 parents 7f6f072 + 1a3106a commit b7d8dc8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/ai-services/openai/how-to/responses.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's new stateful Responses API.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 03/07/2025
8+
ms.date: 03/21/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
ms.custom: references_regions
@@ -44,6 +44,13 @@ The responses API is currently available in the following regions:
4444
- `gpt-4o-mini`
4545
- `computer-use-preview`
4646

47+
> [!NOTE]
48+
> The responses API does not currently support:
49+
> - Structured outputs
50+
> - tool_choice
51+
>
52+
> Once support is added this article will be updated.
53+
4754
## Getting started with the responses API
4855

4956
To access the responses API commands, you need to upgrade your version of the OpenAI library.
@@ -1462,4 +1469,4 @@ async def main():
14621469

14631470
if __name__ == "__main__":
14641471
asyncio.run(main())
1465-
```
1472+
```

0 commit comments

Comments
 (0)