Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions specification/draft/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,9 @@ Host SHOULD open the URL in the user's default browser or a new tab.
}
}
```

Host SHOULD add the message to the conversation thread, preserving the specified role.
Host behavior:
* Host SHOULD add the message to the conversation context, preserving the specified role.
* Host MAY request user consent.

#### Notifications (Host → UI)

Expand Down
Loading