Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/notebooks/evaluation/evaluation_criteria_in_adk.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@
],
"source": [
"# @title Download HelloWorld Agent From ADK Github Repo\n",
"AGENT_BASE_PATH = \"adk-python/contributing/samples/hello_world\"\n",
"AGENT_BASE_PATH = \"adk-samples/python/agents/hello_world\"\n",
"\n",
"!git clone https://github.com/google/adk-python/\n",
"!git clone https://github.com/google/adk-samples.git\n",
"!ls {AGENT_BASE_PATH}"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {
"id": "Sw_NmNz4nVQY"
},
Expand All @@ -180,8 +180,8 @@
"source": [
"# @title Download HelloWorld Agent From ADK Github Repo\n",
"\n",
"!git clone https://github.com/google/adk-python/\n",
"AGENT_BASE_PATH = \"adk-python/contributing/samples/hello_world\"\n",
"!git clone https://github.com/google/adk-samples.git\n",
"AGENT_BASE_PATH = \"adk-samples/python/agents/hello_world\"\n",
"!ls {AGENT_BASE_PATH}"
]
},
Expand Down