What's Changed
- Added a dedicated
configure_default_client
API (#82) - Runtime names of public API types now match their import names (#74)
- Tool call failures are now passed back to the LLM by default (#72)
- Synchronous clients now use fewer background threads (#77)
- Tool results now report non-ASCII characters as Unicode code points rather than as ASCII escape sequences (contributed by @jusallcaz in #80)
- The not-yet-implemented general file handling APIs have been removed from the public API (#81)
New Contributors
- @jusallcaz made their first contribution in #80
Full Changelog: 1.2.0...1.3.0