Skip to content

Commit fb96d17

Browse files
wukathcopybara-github
authored andcommitted
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
1 parent 54c4ecc commit fb96d17

File tree

1 file changed

+1
-1
lines changed
  • contributing/samples/live_bidi_streaming_single_agent

1 file changed

+1
-1
lines changed

contributing/samples/live_bidi_streaming_single_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import random
1616

17-
from google.adk.agents.agent import Agent
17+
from google.adk.agents.llm_agent import Agent
1818
from google.adk.tools.tool_context import ToolContext
1919
from google.genai import types
2020

0 commit comments

Comments
 (0)