mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 08:38:15 +00:00
Merge branch 'main' into jeroen-vet-patch-1
This commit is contained in:
@@ -7,7 +7,7 @@ from pydantic.v1 import BaseModel, Field
|
||||
from crewai_tools.tools.base_tool import BaseTool
|
||||
|
||||
class SerperDevToolSchema(BaseModel):
|
||||
"""Input for TXTSearchTool."""
|
||||
"""Input for SerperDevTool."""
|
||||
search_query: str = Field(..., description="Mandatory search query you want to use to search the internet")
|
||||
|
||||
class SerperDevTool(BaseTool):
|
||||
|
||||
Reference in New Issue
Block a user