mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Remove _summary_ description in function descriptions
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user