Spaces:
Sleeping
Sleeping
Update crew_utils.py
Browse files- crew_utils.py +1 -1
crew_utils.py
CHANGED
@@ -3,7 +3,7 @@ from crewai import Agent, Crew, Process, Task
|
|
3 |
from crewai_tools import SerperDevTool
|
4 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
5 |
from pydantic import BaseModel, Field
|
6 |
-
from typing import List
|
7 |
from pdf_tool import PDFTool
|
8 |
|
9 |
# --- Définition des outils ---
|
|
|
3 |
from crewai_tools import SerperDevTool
|
4 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
5 |
from pydantic import BaseModel, Field
|
6 |
+
from typing import List,Any
|
7 |
from pdf_tool import PDFTool
|
8 |
|
9 |
# --- Définition des outils ---
|