The BraveSearchTool
is designed to search the internet using the Brave Search API.
BraveSearchTool
This tool is designed to perform web searches using the Brave Search API. It allows you to search the internet with a specified query and retrieve relevant results. The tool supports customizable result counts and country-specific searches.
To incorporate this tool into your project, follow the installation instructions below:
To effectively use the BraveSearchTool
, follow these steps:
crewai[tools]
package is installed in your Python environment.BRAVE_API_KEY
to facilitate its use by the tool.The following example demonstrates how to initialize the tool and execute a search with a given query:
The BraveSearchTool
accepts the following parameters:
10
.False
.Here is an example demonstrating how to use the tool with additional parameters:
Here’s how to integrate the BraveSearchTool
with a CrewAI agent:
By integrating the BraveSearchTool
into Python projects, users gain the ability to conduct real-time, relevant searches across the internet directly from their applications. The tool provides a simple interface to the powerful Brave Search API, making it easy to retrieve and process search results programmatically. By adhering to the setup and usage guidelines provided, incorporating this tool into projects is streamlined and straightforward.
The BraveSearchTool
is designed to search the internet using the Brave Search API.
BraveSearchTool
This tool is designed to perform web searches using the Brave Search API. It allows you to search the internet with a specified query and retrieve relevant results. The tool supports customizable result counts and country-specific searches.
To incorporate this tool into your project, follow the installation instructions below:
To effectively use the BraveSearchTool
, follow these steps:
crewai[tools]
package is installed in your Python environment.BRAVE_API_KEY
to facilitate its use by the tool.The following example demonstrates how to initialize the tool and execute a search with a given query:
The BraveSearchTool
accepts the following parameters:
10
.False
.Here is an example demonstrating how to use the tool with additional parameters:
Here’s how to integrate the BraveSearchTool
with a CrewAI agent:
By integrating the BraveSearchTool
into Python projects, users gain the ability to conduct real-time, relevant searches across the internet directly from their applications. The tool provides a simple interface to the powerful Brave Search API, making it easy to retrieve and process search results programmatically. By adhering to the setup and usage guidelines provided, incorporating this tool into projects is streamlined and straightforward.