Skip to content

Commit c3be8fd

Browse files
committed
typo fix
1 parent 2856737 commit c3be8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ curl ${MY_ENDPOINT}/openai/responses?api-version=2025-03-01-preview \
244244

245245
When working with the Computer Use tool, you typically would perform the following to integrate it into your application.
246246

247-
1. Send a request to the model with that includes the computer use tool, and the display size and environment. You can also include a screenshot of the initial state of the environment in the first API request.
247+
1. Send a request to the model that includes a call to the computer use tool, and the display size and environment. You can also include a screenshot of the initial state of the environment in the first API request.
248248
1. Receive a response from the model. If the response has `action` items, those items contain suggested actions to make progress toward the specified goal. For example an action might be `screenshot` so the model can assess the current state with an updated screenshot, or `click` with X/Y coordinates indicating where the mouse should be moved.
249249
1. Execute the action using your application code on your computer or browser environment.
250250
1. After executing the action, capture the updated state of the environment as a screenshot.

0 commit comments

Comments
 (0)