We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7106331 commit 2b5b1a2Copy full SHA for 2b5b1a2
docs/streaming/streaming-tools.md
@@ -23,9 +23,9 @@ Now let's define an agent that can monitor stock price changes and monitor the v
23
import asyncio
24
from typing import AsyncGenerator
25
26
-from agents.agents import LiveRequestQueue
27
-from agents.agents.llm_agent import Agent
28
-from agents.tools.function_tool import FunctionTool
+from google.adk.agents import LiveRequestQueue
+from google.adk.agents.llm_agent import Agent
+from google.adk.tools.function_tool import FunctionTool
29
from google.genai import Client
30
from google.genai import types as genai_types
31
0 commit comments