Skip to content

Commit 98ad2a8

Browse files
committed
feedback
1 parent bd56c0b commit 98ad2a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/ai-foundry/agents/how-to/tools/computer-use.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ms.custom: references_regions
1414

1515
# Azure AI Foundry Agent Service Computer Use Tool
1616

17+
> [!WARNING]
18+
> The Computer Use tool comes with additional significant security and privacy risks, including prompt injection attacks. Learn more about intended uses, capabilities, limitations, risks, and considerations when choosing a use case in the [Azure OpenAI transparency note](../../../responsible-ai/openai/transparency-note.md).
19+
20+
1721

1822
Use this article to learn how to work with the Computer Use Tool in Azure AI Foundry Agent Service. Computer Use is a specialized AI tool that uses a specialized model that can perform tasks by interacting with computer systems and applications through their user interfaces. With Computer Use, you can create an agent that can handle complex tasks and make decisions by interpreting visual elements and taking action based on on-screen content.
1923

@@ -81,6 +85,11 @@ If you don't use this parameter, you should make sure to include all the items r
8185

8286
## Safety checks
8387

88+
> [!WARNING]
89+
> Computer Use carries substantial security and privacy risks and user responsibility. Computer Use comes with significant security and privacy risks. Both errors in judgment by the AI and the presence of malicious or confusing instructions on web pages, desktops, or other operating environments which the AI encounters may cause it to execute commands you or others do not intend, which could compromise the security of your or other users’ browsers, computers, and any accounts to which AI has access, including personal, financial, or enterprise systems.
90+
>
91+
> We strongly recommend using the Computer Use tool on virtual machines with no access to sensitive data or critical resources. Learn more about intended uses, capabilities, limitations, risks, and considerations when choosing a use case in the [Azure OpenAI transparency note](../../../responsible-ai/openai/transparency-note.md).
92+
8493
The API has safety checks to help protect against prompt injection and model mistakes. These checks include:
8594

8695
**Malicious instruction detection**: The system evaluates the screenshot image and checks if it contains adversarial content that might change the model's behavior.

0 commit comments

Comments
 (0)