tool_choice
is no longer aChat
instance variable; instead it is a parameter toChat.__call__
- Add
temp
param toChat
(#38)
- Async support (#21)
- Prompt caching (#20)
- add markdown to doc output (#19)
- Support vscode details tags (#18)
- Add a
cont_pr
param to Chat as a "default" prompt #15), thanks to @tom-pollak
- Explicit
tool_choice
causes chat() to call tool twice. (#11)
- Default chat prompt & function calling refactor (#15), thanks to @tom-pollak
- Amazon Bedrock and Google Vertex support (#7)
- Update model paths for non-beta tool use (#2), thanks to @sarahpannn
- Initial release