Unstable fix missing method for model selection in Rust library.
Unstable initial support for model selection.
No changes.
- Make
AgentandClientdyn compatible (you'll need to annotate them with#[async_trait]) #97 ext_methodandext_notificationmethods are now more consistent with the other trait methods #95- There are also distinct types for
ExtRequest,ExtResponse, andExtNotification
- There are also distinct types for
- Rexport
serde_json::RawValuefor easier use #95