max / quasi
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+5 insertions,
-3 deletions
| @@ -308,8 +308,9 @@ | |||
| 308 | 308 | /// A place for the app to write into, chosen by the host. | |
| 309 | 309 | /// | |
| 310 | 310 | /// `ec92f9cb`, ruled 2026-08-25: the route says a place is wanted, the host | |
| 311 | - | /// performs the picker, and what comes back is an opaque handle plus a label | |
| 312 | - | /// to show. **The description never learns what the host did**, which is the | |
| 311 | + | /// performs the picker, and what comes back is every opaque handle it chose, | |
| 312 | + | /// each with a label to show. **The description never learns what the host | |
| 313 | + | /// did**, which is the | |
| 313 | 314 | /// same bargain [`File`](Self::File) strikes from the other end: that one | |
| 314 | 315 | /// says what the file is and never where it goes, this one asks for a | |
| 315 | 316 | /// somewhere and never asks what it is. | |
| @@ -768,7 +769,8 @@ | |||
| 768 | 769 | } | |
| 769 | 770 | ||
| 770 | 771 | /// Ask the host for a place. Where it asks and what it asks with is the | |
| 771 | - | /// host's; what comes back is a handle and a label. | |
| 772 | + | /// host's; what comes back is every handle it chose, each with a label. One | |
| 773 | + | /// ask is answered once, however many things the reader picked. | |
| 772 | 774 | /// | |
| 773 | 775 | /// `ec92f9cb`. See [`Outcome::Locate`] for why this is an answer rather | |
| 774 | 776 | /// than a control, and [`Locating`] for where the answer goes. |