We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bed7c commit 509684aCopy full SHA for 509684a
articles/ai-foundry/agents/how-to/tools/computer-use-samples.md
@@ -118,4 +118,5 @@ print(messages.data[0].content[0].text.value)
118
## Next steps
119
120
* [Python agent samples](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents)
121
-* [Example Playwright integration](../../../openai/how-to/computer-use.md#playwright-integration)
+* [Azure OpenAI Computer Use example Playwright integration](../../../openai/how-to/computer-use.md#playwright-integration)
122
+ * The Azure OpenAI API has implementation differences compared to the Agent Service, and these examples may need to be adapted to work with agents.
0 commit comments