core[minor]: Add async aformat_document method (#20037)

This commit is contained in:
Christophe Bornet
2024-04-05 16:29:53 +02:00
committed by GitHub
parent 927793d088
commit 7e5c1905b1
5 changed files with 63 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ EXPECTED_ALL = [
"FewShotPromptWithTemplates",
"FewShotChatMessagePromptTemplate",
"format_document",
"aformat_document",
"HumanMessagePromptTemplate",
"MessagesPlaceholder",
"PipelinePromptTemplate",