Skip to content

Update ADK doc according to issue #1743 - 2#1746

Closed
adk-bot wants to merge 1 commit into
mainfrom
agent-changes-20260508-213436
Closed

Update ADK doc according to issue #1743 - 2#1746
adk-bot wants to merge 1 commit into
mainfrom
agent-changes-20260508-213436

Conversation

@adk-bot

@adk-bot adk-bot commented May 8, 2026

Copy link
Copy Markdown
Collaborator

2. Document AGENT_RESPONSE in BigQuery Analytics Event Summary Table

Doc file: docs/integrations/bigquery-agent-analytics.md

Current state:

| AGENT_STARTING | Agent execution begins | instruction summary | v_agent_starting |
| AGENT_COMPLETED | Agent execution ends | latency | v_agent_completed |
| LLM_REQUEST | A model request is sent | model, prompt, config, tools | v_llm_request |

Proposed Change:

| AGENT_STARTING | Agent execution begins | instruction summary | v_agent_starting |
| AGENT_COMPLETED | Agent execution ends | latency | v_agent_completed |
| AGENT_RESPONSE | Final response text emitted by the agent | response text, source event ID | v_agent_response |
| LLM_REQUEST | A model request is sent | model, prompt, config, tools | v_llm_request |

Reasoning:
The BigQuery Agent Analytics Plugin now detects and logs final responses emitted by agents as a distinct AGENT_RESPONSE event type, which captures the actual visible response text. This needs to be documented in the event summary table.

Reference: src/google/adk/plugins/bigquery_agent_analytics_plugin.py

@netlify

netlify Bot commented May 8, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit db224db
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/69fe56f092c2d3000887dc37
😎 Deploy Preview https://deploy-preview-1746--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@jcwriter74 jcwriter74 added the tw-review Issues reviewed by the technical writing team label May 19, 2026
@zyantw zyantw removed their assignment May 20, 2026
@jcwriter74

Copy link
Copy Markdown
Collaborator

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

Labels

do not merge tw-review Issues reviewed by the technical writing team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants