From dbf0c262477d1f4c1fb02564f2d44cd72222e59f Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sat, 9 Nov 2024 18:42:42 -0800 Subject: [PATCH] Remove _summary_ description in function descriptions --- src/khoj/processor/conversation/utils.py | 2 +- src/khoj/routers/helpers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 """