• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agentjido / req_llm / 7b139e28d4aee15881250d85659c0d1b41eed9c0
49%

Build:
DEFAULT BRANCH: main
Ran 17 Dec 2025 01:30AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
  cancel
7b139e28d4aee15881250d85659c0d1b41eed9c0

push

github

web-flow
feat(vertex): Add Google Search grounding support for Gemini models (#284)

* feat(vertex): Add Google Search grounding support for Gemini models

Vertex AI requires camelCase for grounding tools (googleSearch) while
the Google AI API uses snake_case (google_search). This adds:

- google_grounding option to Vertex AI provider schema
- Transformation layer in Gemini formatter to convert snake_case keys
  to camelCase before sending to Vertex AI
- Unit tests for the grounding tool transformation

* fix(vertex): Extract google_grounding from nested provider_options

Google.encode_body expects google_grounding at request.options[:google_grounding]
but it was nested under provider_options and never reaching the grounding
tools builder. This extracts and hoists it to the top level.

* fix(vertex): Remove incorrect camelCase transformation for grounding tools

Vertex AI REST API uses snake_case (google_search) not camelCase
(googleSearch). The previous transformation was breaking grounding.

Also removes redundant opts hoisting since Options.process already
hoists provider_options to top level.
Source Files on build 7b139e28d4aee15881250d85659c0d1b41eed9c0
Detailed source file information is not available for this build.
  • Back to Repo
  • 7b139e28 on github
  • Prev Build on main (#BF6F21FF...)
  • Next Build on main (#C8A003E2...)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc