Skip to content

Commit 21a5a56

Browse files
Address feedback
1 parent 2adcc80 commit 21a5a56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,9 +1119,9 @@ respective private browsing modes are safely exposed to [=agents=] and that thes
11191119

11201120
**What:** Providing agents with a signal that a tool's execution results in significant, real-world, or non-reversible consequences.
11211121

1122-
**Threats addressed:** [[#misrepresentation-of-intent]]
1122+
**Threats addressed:** [[#misrepresentation-of-intent]] (accidental misalignment), [[#prompt-injection]]
11231123

1124-
**How:** A boolean {{ToolAnnotations/consequentialHint}} annotation acts as a signal to the client or agent that the tool performs a consequential action, such as booking a flight or transferring money. This way they can selectively enforce mandatory user confirmation prompts before executing high-stakes tools, directly mitigating the risk of accidental or malicious misrepresentation of intent.
1124+
**How:** A boolean {{ToolAnnotations/consequentialHint}} annotation acts as a signal to the client or agent that the tool performs a consequential action, such as booking a flight or transferring money. This way they can selectively enforce mandatory user confirmation prompts before executing high-stakes tools. Beyond preventing mistakes from ambiguous tool descriptions, it can help defend against indirect prompt injection that wants to trigger these actions, since the user would be asked to confirm them.
11251125

11261126
<h2 id="accessibility">Accessibility considerations</h2>
11271127

0 commit comments

Comments
 (0)