You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the PartConverter to support versioning. (#1534)
* Updates the PartConverter to support versioning.
1. Adds a version parameter to the PartConverter constructor, defaulting to "0.8", the version used by Gemini Enterprise and most existing agents.
2. Propagates the version to calls to create_a2ui_part and parse_response_to_parts.
* Update agent_sdks/python/src/a2ui/adk/a2a/part_converter.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Suyang Wang <suyangw@google.com>
* Fix unit tests
---------
Signed-off-by: Suyang Wang <suyangw@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments