Under the hood
Useful2 Signal2
Interrupted tool calls now report how long they'd been running when you cancelled.
What's wrong with this entry?
Anonymous. No account, no email.
What
Every tool call now watches for cancellation and reports how long it had been running when the abort came in, on both the success and error events.
Details
- The value is
durationMsAtAbort; if the call was already cancelled when it was dispatched, the abort time is the start time, giving zero. - Recent-activity records gained the time they were recorded and the tool use id.
Evidence
durationMsAtAbort
Strings lifted out of the shipped bundle, so the claim above can be checked against them.