cjber commited on
Commit
c1688dc
·
1 Parent(s): 60a2039

style: correct type hint

Browse files
Files changed (1) hide show
  1. planning_ai/states.py +1 -1
planning_ai/states.py CHANGED
@@ -15,7 +15,7 @@ class DocumentState(TypedDict):
15
  filename: int
16
 
17
  entities: list[dict]
18
- themes: set[ThemeScore]
19
 
20
  summary: BaseModel
21
  hallucination: HallucinationChecker
 
15
  filename: int
16
 
17
  entities: list[dict]
18
+ themes: list[dict]
19
 
20
  summary: BaseModel
21
  hallucination: HallucinationChecker