Update jina_scrape_website_tool.py

This commit is contained in:
Mike Plachta
2024-11-27 19:57:52 -08:00
parent 15970734e3
commit dd18c59a9b

View File

@@ -1,6 +1,6 @@
import requests
from typing import Type, Optional
from crewai_tools import BaseTool
from ..base_tool import BaseTool
from pydantic import BaseModel, Field