mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Remove outdated params
This commit is contained in:
@@ -10,13 +10,6 @@ if TYPE_CHECKING:
|
|||||||
|
|
||||||
class FirecrawlCrawlWebsiteToolSchema(BaseModel):
|
class FirecrawlCrawlWebsiteToolSchema(BaseModel):
|
||||||
url: str = Field(description="Website URL")
|
url: str = Field(description="Website URL")
|
||||||
crawler_options: Optional[Dict[str, Any]] = Field(
|
|
||||||
default=None, description="Options for crawling"
|
|
||||||
)
|
|
||||||
page_options: Optional[Dict[str, Any]] = Field(
|
|
||||||
default=None, description="Options for page"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class FirecrawlCrawlWebsiteTool(BaseTool):
|
class FirecrawlCrawlWebsiteTool(BaseTool):
|
||||||
model_config = ConfigDict(
|
model_config = ConfigDict(
|
||||||
|
|||||||
Reference in New Issue
Block a user