🔧 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:
parent
3167330cbc
commit
84718246e1
1 changed files with 3 additions and 0 deletions
|
|
@ -144,3 +144,6 @@ wrappers:
|
|||
# - ChatPromptTemplate
|
||||
# - SystemMessagePromptTemplate
|
||||
# - HumanMessagePromptTemplate
|
||||
output_parsers:
|
||||
- StructuredOutputParser
|
||||
- ResponseSchema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue