diff --git a/src/khoj/routers/research.py b/src/khoj/routers/research.py index f4d92f51..f55fc024 100644 --- a/src/khoj/routers/research.py +++ b/src/khoj/routers/research.py @@ -128,7 +128,7 @@ async def execute_information_collection( ): iteration = 0 MAX_ITERATIONS = 2 - previous_iterations = List[InformationCollectionIteration] + previous_iterations: List[InformationCollectionIteration] = [] while iteration < MAX_ITERATIONS: online_results: Dict = dict()