v0.7.0
Pre-release
Pre-release
New Features
- Added support for the Claude API through the
AnthropicEngine
- Currently, this is only for chat messages - we don't yet have access to the new function calling API. We plan to add Claude function calling to Kani as soon as we get access!
- Renamed
ToolCallError
to a more generalPromptError
- Technically a minor breaking change, though a search of GitHub shows that no one has used
ToolCallError
yet
- Technically a minor breaking change, though a search of GitHub shows that no one has used
Fixes
- Fixed an issue where parallel tool calls could not be validated (thanks @arturoleon!)