Skip to content

Commit 64a6134

Browse files
authored
Update computer-use.md
1 parent e08243a commit 64a6134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/openai/how-to/computer-use.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about Computer Use in Azure OpenAI which allows AI to interac
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: how-to
8-
ms.date: 03/14/2025
8+
ms.date: 03/25/2025
99
author: aahill
1010
ms.author: aahi
1111
---
@@ -73,7 +73,7 @@ client = AzureOpenAI(
7373
response = client.responses.create(
7474
model="computer-use-preview",
7575
tools=[{
76-
"type": "computer-preview",
76+
"type": "computer_use_preview",
7777
"display_width": 1024,
7878
"display_height": 768,
7979
"environment": "browser" # other possible values: "mac", "windows", "ubuntu"
@@ -361,4 +361,4 @@ In all cases where `pending_safety_checks` are returned, actions should be hande
361361

362362
## See also
363363

364-
* [Responses API](./responses.md)
364+
* [Responses API](./responses.md)

0 commit comments

Comments
 (0)