Skip to content

Update ADK doc according to issue #1743 - 4#1748

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

Update ADK doc according to issue #1743 - 4#1748
adk-bot wants to merge 1 commit into
mainfrom
agent-changes-20260508-214004

Conversation

@adk-bot

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

Copy link
Copy Markdown
Collaborator

4. Document AGENT_RESPONSE JSON Payload Structure

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

Current state:

| AGENT_STARTING | "You are a helpful agent..." |
| AGENT_COMPLETED | {} |
| USER_MESSAGE_RECEIVED | {"text_summary": "Help me book a flight."} |

Proposed Change:

| AGENT_STARTING | "You are a helpful agent..." |
| AGENT_COMPLETED | {} |
| AGENT_RESPONSE | {"response": "Final text output from the agent"} |
| USER_MESSAGE_RECEIVED | {"text_summary": "Help me book a flight."} |

Reasoning:
The new AGENT_RESPONSE event type and its JSON payload structure should be listed under the Agent lifecycle & Generic Events 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 cc710e7
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/69fe58390fc12900086bc593
😎 Deploy Preview https://deploy-preview-1748--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.

@zyantw

zyantw commented May 13, 2026

Copy link
Copy Markdown
Collaborator

There's two empy {} which is confusing and there is no more context of what information should go there or if it's necessary to specify that no additional payloads are necessary.

@jcwriter74 jcwriter74 assigned jcwriter74 and zyantw and unassigned jcwriter74 May 19, 2026
@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

@jcwriter74 jcwriter74 closed this Jun 17, 2026
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