bstraehle commited on
Commit
470985e
·
verified ·
1 Parent(s): cc767f8

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +6 -0
crew.py CHANGED
@@ -15,6 +15,12 @@ from phoenix.otel import register
15
  from tools.ai_tools import AITools
16
  from tools.arithmetic_tools import ArithmeticTools
17
  from typing import List
 
 
 
 
 
 
18
 
19
  ## LLMs
20
 
 
15
  from tools.ai_tools import AITools
16
  from tools.arithmetic_tools import ArithmeticTools
17
  from typing import List
18
+ from utils import (
19
+ read_file_json,
20
+ read_docx_text,
21
+ read_pptx_text,
22
+ is_ext
23
+ )
24
 
25
  ## LLMs
26