docs: BigQuery Agent Analytics plugin — v2.4.0 config options, token view columns, structured tool declarations#1941
Closed
caohy1988 wants to merge 2 commits into
Closed
Conversation
…tion, custom_metadata allowlist, column projection, thinking/tool-use token columns, structured tool declarations)
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… structured declarations as a post-v2.4.0 note
Contributor
Author
|
Updated the LLM_REQUEST example to lead with released (v2.4.0) behavior — the JSON example shows the bare tool-name list a current install produces, and the structured |
Contributor
Author
|
Closing this draft — superseding it with a different plan for the doc update. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the BigQuery Agent Analytics plugin doc (
docs/integrations/bigquery-agent-analytics.md) to cover the plugin features shipped since the last doc update (2026-06-30), verified against the plugin source and thev2.4.0release tag ingoogle/adk-python:enable_otel_correlation,custom_metadata_allowlist,payload_column_denylist38d715cusage_thinking_tokens/usage_tool_use_tokensview columnsc14258d{name, description, parameters}) inLLM_REQUESTecef5f8Changes
BigQueryLoggerConfigrows (enable_otel_correlation,custom_metadata_allowlist,payload_column_denylist), marked v2.4.0+.attributesdisables otel/custom_metadata capture; combining it with a non-empty allowlist raises at construction) — matching the constraints enforced in the plugin source. Includes a short code sample.v_llm_responsegainsusage_thinking_tokensandusage_tool_use_tokens(marked with a footnote giving the source JSON paths inattributes.usage_metadata).attributes.toolsexample from a bare name list to the structured{name, description, parameters}entries now logged on main, with a note that releases up to and including v2.4.0 log bare names, and thatv_llm_requestexposes it as thetools(JSON) column.Verification
src/google/adk/plugins/bigquery_agent_analytics_plugin.pydocstrings and view definitions at head, not paraphrased from commit messages.git compareagainst thev2.4.0tag:38d715candc14258dare in v2.4.0;ecef5f8is not (main only). Maintainers may want to hold item 4 until the next release, or keep the wording as-is since it already distinguishes the two behaviors.Draft for maintainer review — happy to split item 4 into a separate PR if you prefer docs to track releases strictly.