mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: Fix import for live bidi streaming single agent
While testing the bidi streaming sample agent, I noticed that the import was erroring and I think it's a typo -- the other bidi sample agents all import `from google.adk.agents.llm_agent`. PiperOrigin-RevId: 823662586
This commit is contained in:
committed by
Copybara-Service
parent
54c4ecc733
commit
fb96d17230
@@ -14,7 +14,7 @@
|
||||
|
||||
import random
|
||||
|
||||
from google.adk.agents.agent import Agent
|
||||
from google.adk.agents.llm_agent import Agent
|
||||
from google.adk.tools.tool_context import ToolContext
|
||||
from google.genai import types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user