Skip to content

Update ADK doc according to issue #1438 - 15#1446

Open
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260316-014623
Open

Update ADK doc according to issue #1438 - 15#1446
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260316-014623

Conversation

@adk-bot
Copy link
Copy Markdown
Collaborator

@adk-bot adk-bot commented Mar 16, 2026

15. Document render_ui_widgets in EventActions

Doc file: docs/events/index.md

Current state:

  • Control Flow Signals: Check boolean flags or string values:
    * event.actions.transfer_to_agent (string): Control should pass to the named agent.
    * event.actions.escalate (bool): A loop should terminate.
    * event.actions.skip_summarization (bool): A tool result should not be summarized by the LLM.

Proposed Change:

  • Control Flow Signals & UI:
    * event.actions.transfer_to_agent (string): Control should pass to the named agent.
    * event.actions.escalate (bool): A loop should terminate.
    * event.actions.skip_summarization (bool): A tool result should not be summarized by the LLM.
    * event.actions.render_ui_widgets (list[UiWidget]): A list of UI widgets to be rendered by the client.

Reasoning:
The render_ui_widget method and UiWidget support were added to allow agents to send UI components. This is a new capability that should be documented in the Events section.

Reference: src/google/adk/agents/context.py

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 16, 2026

Deploy Preview for adk-docs-preview ready!

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

QR Code

Use your smartphone camera to open QR code link.

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants