mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
Merge branch 'main' into snowflake
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
from typing import Any, Optional, Type
|
from typing import Any, Optional, Type
|
||||||
|
|
||||||
from pydantic import BaseModel, Field
|
from pydantic import BaseModel, Field
|
||||||
from serpapi import HTTPError
|
from .serpapi_base_tool import SerpApiBaseTool
|
||||||
|
from urllib.error import HTTPError
|
||||||
|
|
||||||
from .serpapi_base_tool import SerpApiBaseTool
|
from .serpapi_base_tool import SerpApiBaseTool
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
from typing import Any, Optional, Type
|
from typing import Any, Optional, Type
|
||||||
|
|
||||||
from pydantic import BaseModel, Field
|
from pydantic import BaseModel, Field
|
||||||
from serpapi import HTTPError
|
from .serpapi_base_tool import SerpApiBaseTool
|
||||||
|
from urllib.error import HTTPError
|
||||||
|
|
||||||
from .serpapi_base_tool import SerpApiBaseTool
|
from .serpapi_base_tool import SerpApiBaseTool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user