- Support for adding a cache point to the tool list for the `to_bedrock()` method added. - Added support for creating a custom batch runner (for when you want to run the batch tools calls in parallel).
0.1.11
Added
- Added support for passing tools to the Google Gemini SDK.
0.1.10
Added
- Added support for excluding tools (opposite of `subset`)
Bux Fixes
- Fixed a bug where the `use_cache_control` was getting set for every tool, rather than just the last call.
0.1.9
Added
- Added support for creating the user message for a tool call with the batch tool. - Support for setting a custom serialization function to be used with the batch tool added.
0.1.8
Added
- Added batch tool for Anthropic.
0.1.7
Bux Fixes
- Fixed a bug where overload calls didn't match the actual method call.