Dinesh310 commited on
Commit
ae8a6c0
·
verified ·
1 Parent(s): 4731a7f

Update src/core/state.py

Browse files
Files changed (1) hide show
  1. 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
+