You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cancellation notifications are by ID but we don't get direct access to the ID (see the MCP spec).
We could hack this by passing a custom ID generator, but it would require relying on implementation details to avoid race conditions (relying on the id function being called synchronously when we call sendRequest).
It isn't obvious how best to expose this - possibly it could be via an Expando on the returned Future from sendRequest.
The text was updated successfully, but these errors were encountered:
This is a blocker for dart-lang/ai#37
Cancellation notifications are by ID but we don't get direct access to the ID (see the MCP spec).
We could hack this by passing a custom ID generator, but it would require relying on implementation details to avoid race conditions (relying on the id function being called synchronously when we call sendRequest).
It isn't obvious how best to expose this - possibly it could be via an Expando on the returned Future from
sendRequest
.The text was updated successfully, but these errors were encountered: