Skip to content

Commit 6f01392

Browse files
committed
Clarify updates
1 parent d037bd0 commit 6f01392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/protocol/prompt-turn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The Client **MUST** respond to all pending `session/request_permission` requests
233233

234234
When the Agent receives this notification, it **SHOULD** stop all language model requests and all tool call invocations as soon as possible.
235235

236-
After all ongoing operations have been successfully aborted, the Agent **MUST** respond to the original `session/prompt` request with the `cancelled` [stop reason](#stop-reasons).
236+
After all ongoing operations have been successfully aborted and pending updates have been sent, the Agent **MUST** respond to the original `session/prompt` request with the `cancelled` [stop reason](#stop-reasons).
237237

238238
<Warning>
239239
API client libraries and tools often throw an exception when their operation is aborted, which may propagate as an error response to `session/prompt`.

0 commit comments

Comments
 (0)