diff --git a/src/khoj/processor/conversation/utils.py b/src/khoj/processor/conversation/utils.py index 6dee4378..27e23a88 100644 --- a/src/khoj/processor/conversation/utils.py +++ b/src/khoj/processor/conversation/utils.py @@ -293,7 +293,7 @@ def construct_structured_message(message: str, images: list[str], model_type: st def gather_raw_attached_files( attached_files: Dict[str, str], ): - """_summary_ + """ Gather contextual data from the given (raw) files """ diff --git a/src/khoj/routers/helpers.py b/src/khoj/routers/helpers.py index 93ec6828..d24e0b1c 100644 --- a/src/khoj/routers/helpers.py +++ b/src/khoj/routers/helpers.py @@ -258,7 +258,7 @@ async def agenerate_chat_response(*args): def gather_raw_attached_files( attached_files: Dict[str, str], ): - """_summary_ + """ Gather contextual data from the given (raw) files """