Update crew.py
Browse files
crew.py
CHANGED
@@ -11,7 +11,7 @@ from google import genai
|
|
11 |
from google.genai import types
|
12 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
13 |
from phoenix.otel import register
|
14 |
-
from util import read_file, read_docx, is_ext
|
15 |
|
16 |
## LLMs
|
17 |
|
|
|
11 |
from google.genai import types
|
12 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
13 |
from phoenix.otel import register
|
14 |
+
from util import read_file, read_docx, read_pptx, is_ext
|
15 |
|
16 |
## LLMs
|
17 |
|