rig-gemini-grpc-v0.2.7
0xPlaygrounds/rigrig-gemini-grpc-v0.2.7Jun 2, 2026by github-actions[bot]
AI Summary
Bug fixes for the gRPC integration, ensuring proper schema population and metadata exposure.
Key Highlights
- Populate FunctionDeclaration.parameters from ToolDefinition
- Expose streaming response metadata
New Features
- FunctionDeclaration schema population
- Streaming response metadata exposure
Full Release Notes
### Added - *(gemini)* expose streaming response metadata ([#1790](https://github.com/0xPlaygrounds/rig/pull/1790)) (by @mateobelanger) - *(anthropic)* support document citations ([#1778](https://github.com/0xPlaygrounds/rig/pull/1778)) (by @temrjan) ### Fixed - *(rig-gemini-grpc)* populate FunctionDeclaration.parameters from ToolDefinition ([#1763](https://github.com/0xPlaygrounds/rig/pull/1763)) (by @abhicris) ### Contributors * @abhicris * @mateobelanger * @temrjan