Skip to content

Commit 69d84b2

Browse files
committed
fix import doc
1 parent 7953fd9 commit 69d84b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self) -> None:
3131

3232
# To add tools, use the @function_tool decorator.
3333
# 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
34+
# You also have to add `from livekit.agents import function_tool, RunContext` to the top of this file
3535
# @function_tool
3636
# async def lookup_weather(self, context: RunContext, location: str):
3737
# """Use this tool to look up current weather information in the given location.

0 commit comments

Comments
 (0)