Update src/core/state.py
Browse files- src/core/state.py +1 -0
src/core/state.py
CHANGED
|
@@ -5,3 +5,4 @@ class GraphState(TypedDict):
|
|
| 5 |
question: str
|
| 6 |
context: List[Document]
|
| 7 |
answer: str
|
|
|
|
|
|
| 5 |
question: str
|
| 6 |
context: List[Document]
|
| 7 |
answer: str
|
| 8 |
+
|