adk-docs
adk-docs copied to clipboard
Found docs updates needed from ADK python release v1.14.0 to v1.14.1
I have analyzed the changes between ADK Python releases v1.14.0 and v1.14.1.
Here are the recommended updates for the ADK documentation:
-
New Spanner
similarity_searchtool. A new toolsimilarity_searchhas been added to the Spanner toolset. The documentation should be updated to include this new tool.Proposed Change: In
docs/tools/built-in-tools.md, add a new section for the Spanner toolset, similar to the BigQuery section, and document thesimilarity_searchtool.Reasoning: This is a major new feature that needs to be documented for users to be able to use it.
Reference:
- https://github.com/google/adk-python/commit/0c1f1fadeb5a6357af9cad0eff5d5e7103fc88b0
src/google/adk/tools/spanner/search_tool.pysrc/google/adk/tools/spanner/spanner_toolset.py
-
Update Gemini Model to
gemini-2.5-flash. The default Gemini model has been updated fromgemini-2.0-flashtogemini-2.5-flash. All occurrences ofgemini-2.0-flashandgemini-1.5-flashin the documentation should be updated.Proposed Change: Replace all instances of
gemini-2.0-flashandgemini-1.5-flashwithgemini-2.5-flashin the following files:docs/a2a/quickstart-consuming.mddocs/a2a/quickstart-exposing.mddocs/agents/config.mddocs/agents/custom-agents.mddocs/agents/llm-agents.mddocs/agents/models.mddocs/agents/multi-agents.mddocs/artifacts/index.mddocs/deploy/gke.mddocs/get-started/quickstart.mddocs/get-started/streaming/quickstart-streaming-java.mddocs/get-started/streaming/quickstart-streaming.mddocs/observability/arize-ax.mddocs/observability/logging.mddocs/observability/phoenix.mddocs/observability/weave.mddocs/plugins/index.mddocs/safety/index.mddocs/sessions/memory.mddocs/sessions/state.mddocs/streaming/custom-streaming-ws.mddocs/streaming/custom-streaming.mddocs/streaming/streaming-tools.mddocs/tools/built-in-tools.mddocs/tools/google-cloud-tools.mddocs/tools/mcp-tools.mddocs/tools/openapi-tools.mddocs/tools/third-party-tools.mddocs/tutorials/agent-team.md
Reasoning: To ensure the documentation is up-to-date with the latest recommended model.
Reference:
- https://github.com/google/adk-python/commit/0c1f1fadeb5a6357af9cad0eff5d5e7103fc88b0
src/google/adk/models/google_llm.py
-
New
save_live_audioflag inRunConfig. A new flagsave_live_audiohas been added toRunConfigto save live audio data.Proposed Change: In
docs/runtime/runconfig.md, add a new row to the parameters table for thesave_live_audioflag.Reasoning: To document the new feature for live agents.
Reference:
- https://github.com/google/adk-python/commit/0c1f1fadeb5a6357af9cad0eff5d5e7103fc88b0
src/google/adk/agents/run_config.py
-
BigQuery Tool
locationparameter. The BigQuery toolset now supports alocationparameter.Proposed Change: In
docs/tools/built-in-tools.md, update the BigQuery toolset description to include the newlocationparameter.Reasoning: To document the new feature for the BigQuery toolset.
Reference:
- https://github.com/google/adk-python/commit/0c1f1fadeb5a6357af9cad0eff5d5e7103fc88b0
src/google/adk/tools/bigquery/client.pysrc/google/adk/tools/bigquery/config.pysrc/google/adk/tools/bigquery/metadata_tool.pysrc/google/adk/tools/bigquery/query_tool.py
-
New
adk_documentationandlive_agent_api_server_examplesamples. Two new samples,adk_documentationandlive_agent_api_server_example, have been added to theadk-pythonrepository.Proposed Change: In
docs/get-started/index.md, add a note about the new samples available in theadk-pythonrepository, with links to the samples.Reasoning: To make users aware of the new samples.
Reference:
- https://github.com/google/adk-python/commit/0c1f1fadeb5a6357af9cad0eff5d5e7103fc88b0
contributing/samples/adk_documentation/contributing/samples/live_agent_api_server_example/