fix: List not found in account service (#2434)

This commit is contained in:
takatost
2024-02-12 00:56:17 +08:00
committed by GitHub
parent 063191889d
commit 476eb90a90
6 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ class ImagePromptMessageFile(PromptMessageFile):
class LCHumanMessageWithFiles(HumanMessage):
# content: Union[str, List[Union[str, Dict]]]
# content: Union[str, list[Union[str, Dict]]]
content: str
files: list[PromptMessageFile]