update name

This commit is contained in:
siddas27
2024-11-30 22:30:31 -06:00
parent e7e059d02a
commit 95cc6835a1

View File

@@ -38,7 +38,7 @@ class BraveSearchTool(BaseTool):
- python-dotenv (for API key management) - python-dotenv (for API key management)
""" """
name: str = "Search the internet" name: str = "Brave Web Search the internet"
description: str = ( description: str = (
"A tool that can be used to search the internet with a search_query." "A tool that can be used to search the internet with a search_query."
) )