Skip to content

Commit 1316860

Browse files
GWealecopybara-github
authored andcommitted
chore: remove stale internal references from samples and docs
Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 960573273
1 parent 656af93 commit 1316860

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

contributing/samples/integrations/bigtable/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def search_hotels_by_location(
116116
description=(
117117
"Agent to answer questions about Bigtable database tables and"
118118
" execute SQL queries."
119-
), # TODO(b/360128447): Update description
119+
),
120120
instruction="""\
121121
You are a data agent with access to several Bigtable tools.
122122
Make use of those tools to answer the user's questions.

contributing/samples/integrations/eventarc/domain_specific_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ ping_system_tool = toolset.create_publish_tool(
148148

149149
Publishing an event to a Message Bus is only the first half of the journey. To route these events to other agents or microservices, you will need to set up Eventarc Pipelines and Enrollments.
150150

151-
To learn how to connect multiple AI agents together using Eventarc, check out the official codelab: **[Build Event-Driven AI Agents with Eventarc, Cloud Run and ADK](https://codelabs.devsite.corp.google.com/eventarc-ai-agents#0)**.
151+
To learn how to connect multiple AI agents together using Eventarc, check out the official codelab: **[Build Event-Driven AI Agents with Eventarc, Cloud Run and ADK](https://codelabs.developers.google.com/next26/eventarc-ai-agents)**.

contributing/samples/integrations/eventarc/generic_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ When deploying this agent to Agent Runtime, it can use its unique SPIFFE-based A
8989

9090
Publishing an event to a Message Bus is only the first half of the journey. To route these events to other agents or microservices, you will need to set up Eventarc Pipelines and Enrollments.
9191

92-
To learn how to connect multiple AI agents together using Eventarc, check out the official codelab: **[Build Event-Driven AI Agents with Eventarc, Cloud Run and ADK](https://codelabs.devsite.corp.google.com/eventarc-ai-agents#0)**.
92+
To learn how to connect multiple AI agents together using Eventarc, check out the official codelab: **[Build Event-Driven AI Agents with Eventarc, Cloud Run and ADK](https://codelabs.developers.google.com/next26/eventarc-ai-agents)**.

contributing/samples/mcp/mcp_sse_mtls_agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ python filesystem_server.py
4444

4545
### Step 2: Run the ADK Agent (Client)
4646

47-
In a second terminal, navigate to the open-source workspace root and run the client.
47+
In a second terminal, navigate to the repository root and run the client.
4848

4949
```bash
50-
cd third_party/py/google/adk/open_source_workspace
50+
cd adk-python
5151
source .venv/bin/activate
5252

5353
# 1. Combine system CAs with our test CA so the client trusts the server cert

0 commit comments

Comments
 (0)