fix import doc

This commit is contained in:
Ben Cherry
2025-10-14 23:26:15 -07:00
parent 7953fd91af
commit 69d84b2923
+1 -1
View File
@@ -31,7 +31,7 @@ class Assistant(Agent):
# To add tools, use the @function_tool decorator.
# Here's an example that adds a simple weather tool.
# You also have to add `from livekit.agents.llm import function_tool, RunContext` to the top of this file
# You also have to add `from livekit.agents import function_tool, RunContext` to the top of this file
# @function_tool
# async def lookup_weather(self, context: RunContext, location: str):
# """Use this tool to look up current weather information in the given location.