-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have analyzed the changes between ADK Python releases v1.14.0 and v1.14.1 and identified several documentation updates. Here are the instructions on how to update the ADK docs:
-
Add documentation for the new Spanner
similarity_searchtool.
A new toolsimilarity_searchhas been added to the Spanner toolset. This tool allows users to perform vector similarity searches in Spanner.Proposed Change:
Add a new section for the Spanner toolset indocs/tools/built-in-tools.mdand document thesimilarity_searchtool. The documentation should include a description of the tool, its parameters, and an example of how to use it.Reasoning:
This is a new feature that needs to be documented to make users aware of its existence and to guide them on how to use it.Reference:
- Code change: google/adk-python@22822a5
- Code file:
src/google/adk/tools/spanner/search_tool.py
-
Update the BigQuery tool documentation to include the
locationparameter.
The BigQuery toolset now supports alocationparameter that allows users to specify the BigQuery location.Proposed Change:
Update the BigQuery tool documentation indocs/tools/built-in-tools.mdto include thelocationparameter in theBigQueryToolsetconfiguration.Reasoning:
This is a new feature that needs to be documented to make users aware of its existence and to guide them on how to use it.Reference:
- Code change: google/adk-python@22822a5
- Code file:
src/google/adk/tools/bigquery/config.py
-
Add a new section for the live agent API server example.
A new example has been added to demonstrate how to use the live agent API server with audio.Proposed Change:
Add a new bullet point to the "Custom Audio Streaming app sample" section indocs/streaming/index.mdwith a link to the new example.Reasoning:
This is a new example that needs to be documented to make users aware of its existence and to guide them on how to use it.Reference:
- Code change: google/adk-python@22822a5
- Code file:
contributing/samples/live_agent_api_server_example/readme.md
-
Update the A2A documentation to reflect the logging improvements.
The A2A logging has been improved to provide more detailed information.Proposed Change:
Update the A2A documentation indocs/a2a/index.mdto reflect the logging improvements.Reasoning:
This is an improvement that needs to be documented to make users aware of the new logging capabilities.Reference:
- Code change: google/adk-python@22822a5
- Code file:
src/google/adk/a2a/logs/log_utils.py