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 d2f1e50 commit d80ee18Copy full SHA for d80ee18
src/agent.py
@@ -29,7 +29,7 @@ def __init__(self) -> None:
29
Your responses are concise, to the point, and without any complex formatting or punctuation including emojis, asterisks, or other symbols.
30
You are curious, friendly, and have a sense of humor.""",
31
)
32
-
+
33
# To add tools, use the @function_tool decorator.
34
# Here's an example that adds a simple weather tool.
35
# You also have to add `from livekit.agents import function_tool, RunContext` to the top of this file
0 commit comments