diff --git a/apps/slackbot/tools.py b/apps/slackbot/tools.py index 962aeecf..b8f75f71 100644 --- a/apps/slackbot/tools.py +++ b/apps/slackbot/tools.py @@ -40,8 +40,8 @@ def get_tools(memory): class SearchTool(BaseTool): name = "Search" description = ( - "Access the internet to search for the information, only use this tool when " - "you cannot find the informaiton using internal search." + "Access the internet to search for the information. Only use this tool when " + "you cannot find the information using internal search." ) api_wrapper: GoogleSerperAPIWrapper