Skip to content

v0.7.0

Compare
Choose a tag to compare
@mochi-neko mochi-neko released this 03 Apr 06:28
· 26 commits to main since this release

Added

  • Support function calling.
  • Add the attribute macro clust::clust_macros::clust_tool to use function calling easily via clust::messages::Tool
    or clust::messages::AsyncTool.

Changed

  • Remove type aliases for std::result::Result and explicitly specify generics.