mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
fix: fix toolbox import path in sample toolbox agent
PiperOrigin-RevId: 760837908
This commit is contained in:
parent
1bfc7590b4
commit
9eef4464c6
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from google.adk.agents import Agent
|
from google.adk.agents import Agent
|
||||||
from google.adk.tools import ToolboxToolset
|
from google.adk.tools.toolbox_toolset import ToolboxToolset
|
||||||
|
|
||||||
root_agent = Agent(
|
root_agent = Agent(
|
||||||
model="gemini-2.0-flash",
|
model="gemini-2.0-flash",
|
||||||
|
Loading…
Reference in New Issue
Block a user