From eb9f9ebb22b4b2fb4c70311fac74a02bf7013da2 Mon Sep 17 00:00:00 2001 From: maglore9900 Date: Mon, 9 Sep 2024 12:06:21 -0400 Subject: [PATCH] updated spotify tool --- modules/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/agent.py b/modules/agent.py index 14a4c95..584d5d1 100644 --- a/modules/agent.py +++ b/modules/agent.py @@ -72,7 +72,7 @@ class Agent: @tool("spotify") async def spotify(self, command: str): """Use this tool to control spotify, commands include: play, pause, stop, next, previous, favorite, search. - Only use this tool if the user says Spotify in their query""" + Use this tool if the user says Spotify, or music, or similiar words in their query followed by a command.""" return "" @tool("app_launcher")