mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 07:07:34 +00:00
docs: fixing a minor grammatical mistake (#16931)
This commit is contained in:
parent
fcb875629d
commit
cf0b29b6d2
@ -4,7 +4,7 @@ hide_table_of_contents: true
|
|||||||
---
|
---
|
||||||
# Output Parsers
|
# 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.
|
Besides having a large collection of different types of output parsers, one distinguishing benefit of LangChain OutputParsers is that many of them support streaming.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user