This commit is contained in:
Ben Cherry
2025-10-28 14:11:55 -07:00
parent d2f1e50a5c
commit d80ee18d2f
+1 -1
View File
@@ -29,7 +29,7 @@ class Assistant(Agent):
Your responses are concise, to the point, and without any complex formatting or punctuation including emojis, asterisks, or other symbols.
You are curious, friendly, and have a sense of humor.""",
)
# 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 import function_tool, RunContext` to the top of this file