WIP: docs updates (#3296)

This commit is contained in:
Tony Kipkemboi
2025-08-08 16:05:43 -04:00
committed by GitHub
parent a92211f0ba
commit a221295394
22 changed files with 940 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ to fetch and display the most relevant search results based on the query provide
To effectively use the `SerperDevTool`, follow these steps:
1. **Package Installation**: Confirm that the `crewai[tools]` package is installed in your Python environment.
2. **API Key Acquisition**: Acquire a `serper.dev` API key by registering for a free account at `serper.dev`.
2. **API Key Acquisition**: Acquire a `serper.dev` API key at https://serper.dev/ (free tier available).
3. **Environment Configuration**: Store your obtained API key in an environment variable named `SERPER_API_KEY` to facilitate its use by the tool.
To incorporate this tool into your project, follow the installation instructions below: