ai
ai copied to clipboard
Ablility to configure function_calling_config for @ai-sdk/google
Description
The current version of @ai-sdk/google does not have function_calling_config, but Google supports that.
AI SDK Version
- @ai-sdk/google: 2.0.27
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
@aramvr you can configure it using tool_choice property
@aramvr you can configure it using
tool_choiceproperty
toolChoice is for controlling which tool should be called. function_calling_config will enable or disable parallel tool calls.