mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-10 07:58:12 -05:00
fix: Adjusted ToolboxToolset import path.
This commit is contained in:
@@ -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, it’s 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",
|
||||
|
||||
Reference in New Issue
Block a user