fix: Adjusted ToolboxToolset import path.

This commit is contained in:
Anubhav Dhawan
2025-12-19 16:55:00 +05:30
parent c4b4d109e7
commit 264377193f

View File

@@ -136,7 +136,7 @@
"id": "zVx18ijjrWSO"
},
"source": [
"> **Tip:** For a real application, it\u2019s best to follow the principle of least permission and only grant the privileges your application needs.\n",
"> **Tip:** For a real application, its best to follow the principle of least permission and only grant the privileges your application needs.\n",
"\n"
]
},
@@ -472,7 +472,7 @@
"project_id = \"\" # @param {type:\"string\"}\n",
"\n",
"# Quick input validations.\n",
"assert project_id, \"\u26a0\ufe0f Please provide a Google Cloud project ID\"\n",
"assert project_id, \"⚠️ Please provide a Google Cloud project ID\"\n",
"\n",
"# Configure gcloud.\n",
"!gcloud config set project {project_id}"
@@ -525,7 +525,7 @@
"from google.adk.runners import Runner\n",
"from google.adk.sessions import InMemorySessionService\n",
"from google.adk.artifacts.in_memory_artifact_service import InMemoryArtifactService\n",
"from google.adk.tools import ToolboxToolset\n",
"from google.adk.tools.toolbox_toolset import ToolboxToolset\n",
"from google.genai import types\n",
"\n",
"import os\n",