ziadsameh32 commited on
Commit
0853fc9
·
1 Parent(s): 40489e1
modules/__init__.py CHANGED
@@ -25,9 +25,9 @@ from .inputs import (
25
  Example3,
26
  Example4,
27
  Example5,
28
- example_reference2,
29
  example_reference3,
30
- example_reference_4,
31
  # outlines,
32
  # objectives,
33
  )
 
25
  Example3,
26
  Example4,
27
  Example5,
28
+ example_reference2,
29
  example_reference3,
30
+ example_reference4,
31
  # outlines,
32
  # objectives,
33
  )
routers/details_before_content_route.py CHANGED
@@ -11,10 +11,11 @@ from agents.content_phase import (
11
  units_eval_details_task,
12
  )
13
  from modules import (
14
- example_reference2,
15
  example_reference3,
16
  example_reference4,
17
  )
 
18
  router = APIRouter(prefix="/analysis", tags=["Unit Details Before Content"])
19
 
20
 
 
11
  units_eval_details_task,
12
  )
13
  from modules import (
14
+ example_reference2,
15
  example_reference3,
16
  example_reference4,
17
  )
18
+
19
  router = APIRouter(prefix="/analysis", tags=["Unit Details Before Content"])
20
 
21