mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Remove _summary_ description in function descriptions
This commit is contained in:
parent
e5ac076fc4
commit
dbf0c26247
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue