From 8a6a103bc1aa474b4e95c5e96d14152ee0b4b169 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 9 Aug 2023 18:13:17 -0400 Subject: [PATCH] no tools yet --- swarms/agents/tools/exit_conversation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/agents/tools/exit_conversation.py b/swarms/agents/tools/exit_conversation.py index 1b366646..028a0d57 100644 --- a/swarms/agents/tools/exit_conversation.py +++ b/swarms/agents/tools/exit_conversation.py @@ -8,7 +8,7 @@ class ExitConversation(BaseToolSet): description="A tool to exit the conversation. " "Use this when you want to exit the conversation. " "The input should be a message that the conversation is over.", - scope=ToolScope.SESSION, + # scope=ToolScope.SESSION, ) def exit(self, message: str, get_session: SessionGetter) -> str: """Run the tool."""