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:
Kathy Wu
2025-10-24 14:17:04 -07:00
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