Commit 0a1abe7
committed
docs(chat): describe the resume cursor accurately in the changeset and API docs
The changeset only mentioned the new mailbox helpers, and led with them. The
change a user is most likely to care about is that a chat could silently lose a
message, which affected the managed agent too, so the release note now leads
with that and with the retried-send duplicate.
`chat.writeTurnComplete()` also promised that `sessionInEventId` identified the
exact input record the turn acknowledged. It does not: it is the cursor that is
safe to resume from, held back behind any message still waiting to be handled,
so a value below the record just handled is expected rather than a fault.1 parent 839c046 commit 0a1abe7
2 files changed
Lines changed: 23 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9131 | 9131 | | |
9132 | 9132 | | |
9133 | 9133 | | |
9134 | | - | |
9135 | | - | |
9136 | | - | |
9137 | | - | |
| 9134 | + | |
| 9135 | + | |
| 9136 | + | |
| 9137 | + | |
| 9138 | + | |
| 9139 | + | |
| 9140 | + | |
| 9141 | + | |
9138 | 9142 | | |
9139 | 9143 | | |
9140 | 9144 | | |
| |||
0 commit comments