Skip to content

fix(docs): remove inaccurate backwards compatibility notes in Google provider docs - #2329

Closed
nigamgauri wants to merge 1 commit into
567-labs:mainfrom
nigamgauri:fix/google-docs-mode-accuracy
Closed

fix(docs): remove inaccurate backwards compatibility notes in Google provider docs#2329
nigamgauri wants to merge 1 commit into
567-labs:mainfrom
nigamgauri:fix/google-docs-mode-accuracy

Conversation

@nigamgauri

Copy link
Copy Markdown

Fixes #2289

The Google/GenAI provider docs had several inaccuracies:

  • Backwards compatibility note in genai.md referenced duplicate/wrong mode names (Mode.JSON listed twice, Mode.TOOLS listed twice)
  • Same misleading note existed in google.md
  • Streaming limitation note in genai.md contradicted itself by suggesting switching to Mode.JSON as a workaround, while also stating Mode.JSON doesn't support streaming
  • Syntax error in vertex.md deprecated code example (misplaced closing parenthesis)

…provider docs

- Remove confusing backwards compat note in genai.md that referenced duplicate/wrong mode names
- Remove same misleading note from google.md
- Fix self-contradictory streaming limitation note in genai.md
- Fix syntax error in vertex.md deprecated code example
@jxnl

jxnl commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Thanks for this cleanup. I am going to close this in favor of #2389, which covers the same broken Google/GenAI mode notes and Vertex syntax issue, while also fixing the outdated Union/Optional, enum, streaming, and Flash-8b docs around #2289. Keeping one docs PR open here should avoid duplicate/conflicting edits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation (at least Google-related) is an outdated mess.

3 participants