Remove _summary_ description in function descriptions

This commit is contained in:
sabaimran 2024-11-09 18:42:42 -08:00
parent e5ac076fc4
commit dbf0c26247
2 changed files with 2 additions and 2 deletions

View file

@ -293,7 +293,7 @@ def construct_structured_message(message: str, images: list[str], model_type: st
def gather_raw_attached_files( def gather_raw_attached_files(
attached_files: Dict[str, str], attached_files: Dict[str, str],
): ):
"""_summary_ """
Gather contextual data from the given (raw) files Gather contextual data from the given (raw) files
""" """

View file

@ -258,7 +258,7 @@ async def agenerate_chat_response(*args):
def gather_raw_attached_files( def gather_raw_attached_files(
attached_files: Dict[str, str], attached_files: Dict[str, str],
): ):
"""_summary_ """
Gather contextual data from the given (raw) files Gather contextual data from the given (raw) files
""" """