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(
attached_files: Dict[str, str],
):
"""_summary_
"""
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(
attached_files: Dict[str, str],
):
"""_summary_
"""
Gather contextual data from the given (raw) files
"""