Skip to content

Commit 2b5b1a2

Browse files
hangfeikoverholt
andauthored
fix: fix the imports for adk streaming example (#231)
Co-authored-by: Kristopher Overholt <[email protected]>
1 parent 7106331 commit 2b5b1a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/streaming/streaming-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Now let's define an agent that can monitor stock price changes and monitor the v
2323
import asyncio
2424
from typing import AsyncGenerator
2525

26-
from agents.agents import LiveRequestQueue
27-
from agents.agents.llm_agent import Agent
28-
from agents.tools.function_tool import FunctionTool
26+
from google.adk.agents import LiveRequestQueue
27+
from google.adk.agents.llm_agent import Agent
28+
from google.adk.tools.function_tool import FunctionTool
2929
from google.genai import Client
3030
from google.genai import types as genai_types
3131

0 commit comments

Comments
 (0)