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 7953fd9 commit 69d84b2Copy full SHA for 69d84b2
src/agent.py
@@ -31,7 +31,7 @@ def __init__(self) -> None:
31
32
# To add tools, use the @function_tool decorator.
33
# Here's an example that adds a simple weather tool.
34
- # 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
35
# @function_tool
36
# async def lookup_weather(self, context: RunContext, location: str):
37
# """Use this tool to look up current weather information in the given location.
0 commit comments