Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@ncoghlan ncoghlan released this 24 Apr 17:40
6be1164

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

Full Changelog: 1.2.0...1.3.0