docs: fixing a minor grammatical mistake (#16931)

This commit is contained in:
Shorthills AI 2024-02-06 05:19:47 +05:30 committed by GitHub
parent fcb875629d
commit cf0b29b6d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ hide_table_of_contents: true
---
# Output Parsers
Output parsers are responsible for taking the output of an LLM and transforming it to a more suitable format. This is very useful when you are asing LLMs to generate any form of structured data.
Output parsers are responsible for taking the output of an LLM and transforming it to a more suitable format. This is very useful when you are using LLMs to generate any form of structured data.
Besides having a large collection of different types of output parsers, one distinguishing benefit of LangChain OutputParsers is that many of them support streaming.