🔧 chore(config.yaml): add output_parsers section with StructuredOutputParser and ResponseSchema

The config.yaml file now includes an output_parsers section with the StructuredOutputParser and ResponseSchema as the specified parsers. This change was made to enhance the functionality of the backend by enabling the parsing of structured output and response schemas.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-29 12:57:31 -03:00
commit 84718246e1

View file

@ -144,3 +144,6 @@ wrappers:
# - ChatPromptTemplate
# - SystemMessagePromptTemplate
# - HumanMessagePromptTemplate
output_parsers:
- StructuredOutputParser
- ResponseSchema