Skip to content

Commit ad19d2f

Browse files
authored
fix: ui/tool-cancelled -> ui/notifications/tool-cancelled (#118)
1 parent f06340b commit ad19d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/draft/apps.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,12 +586,12 @@ Guest UI behavior (optional):
586586

587587
Host MUST send this notification when tool execution completes (if UI is displayed during tool execution).
588588

589-
`ui/tool-cancelled` - Tool execution was cancelled
589+
`ui/notifications/tool-cancelled` - Tool execution was cancelled
590590

591591
```typescript
592592
{
593593
jsonrpc: "2.0",
594-
method: "ui/tool-cancelled",
594+
method: "ui/notifications/tool-cancelled",
595595
params: {
596596
reason: string
597597
}

0 commit comments

Comments
 (0)