Skip to content

Commit d80ee18

Browse files
committed
fmt
1 parent d2f1e50 commit d80ee18

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
@@ -29,7 +29,7 @@ def __init__(self) -> None:
2929
Your responses are concise, to the point, and without any complex formatting or punctuation including emojis, asterisks, or other symbols.
3030
You are curious, friendly, and have a sense of humor.""",
3131
)
32-
32+
3333
# To add tools, use the @function_tool decorator.
3434
# Here's an example that adds a simple weather tool.
3535
# You also have to add `from livekit.agents import function_tool, RunContext` to the top of this file

0 commit comments

Comments
 (0)