Spaces:
Sleeping
Sleeping
style: correct type hint
Browse files- 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:
|
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
|