fix: fix toolbox import path in sample toolbox agent

PiperOrigin-RevId: 760837908
This commit is contained in:
Xiang (Sean) Zhou 2025-05-19 17:42:58 -07:00 committed by Copybara-Service
parent 1bfc7590b4
commit 9eef4464c6

View File

@ -13,7 +13,7 @@
# limitations under the License.
from google.adk.agents import Agent
from google.adk.tools import ToolboxToolset
from google.adk.tools.toolbox_toolset import ToolboxToolset
root_agent = Agent(
model="gemini-2.0-flash",