v0.7.0
Added
- Support function calling.
- Add the attribute macro
clust::clust_macros::clust_tool
to use function calling easily viaclust::messages::Tool
orclust::messages::AsyncTool
.
Changed
- Remove type aliases for
std::result::Result
and explicitly specify generics.