From d80ee18d2fa1a5f57fb03486a02b10a3ad9b83c4 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Tue, 28 Oct 2025 14:11:55 -0700 Subject: [PATCH] fmt --- src/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.py b/src/agent.py index d4e717f..d85c794 100644 --- a/src/agent.py +++ b/src/agent.py @@ -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