v2.0.0
- Support parallel tool calling by default in
Chat
. - Legacy support for function calling is available by passing
legacy_function_calling=True
to theChat
constructor. - 🆕
@incremental_display
decorator (see #136) that allows you to stream visualizations to the user as the model fills out function arguments.