Skip to content

Commit c34a3d3

Browse files
committed
update
1 parent fed0d58 commit c34a3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ This function attempts to handle various types of actions. We need to translate
820820
- [Screenshot](/azure/ai-services/openai/reference-preview#screenshot)
821821
- [Scroll](/azure/ai-services/openai/reference-preview#scroll)
822822
- [Type](/azure/ai-services/openai/reference-preview#type)
823-
- [Wait](azure/ai-services/openai/reference-preview#wait)
823+
- [Wait](/azure/ai-services/openai/reference-preview#wait)
824824

825825
### Screenshot capture
826826

@@ -1008,7 +1008,7 @@ In this section we have added code that:
10081008
- Handles potential safety checks requiring user confirmation.
10091009
- Executes the requested action.
10101010
- Captures a new screenshot.
1011-
- Sends the updated state back to the model and defines the [`ComputerTool`](azure/ai-services/openai/reference-preview#computertool).
1011+
- Sends the updated state back to the model and defines the [`ComputerTool`](/azure/ai-services/openai/reference-preview#computertool).
10121012
- Repeats this process for multiple iterations.
10131013

10141014
### Main function

0 commit comments

Comments
 (0)