mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 09:58:44 +00:00
add missing verb (#10371)
This commit is contained in:
parent
d2d11ccf63
commit
2423f7f3b4
@ -12,7 +12,7 @@ Output parsers are classes that help structure language model responses. There a
|
||||
|
||||
And then one optional one:
|
||||
|
||||
- "Parse with prompt": A method which takes in a string (assumed to be the response from a language model) and a prompt (assumed to the prompt that generated such a response) and parses it into some structure. The prompt is largely provided in the event the OutputParser wants to retry or fix the output in some way, and needs information from the prompt to do so.
|
||||
- "Parse with prompt": A method which takes in a string (assumed to be the response from a language model) and a prompt (assumed to be the prompt that generated such a response) and parses it into some structure. The prompt is largely provided in the event the OutputParser wants to retry or fix the output in some way, and needs information from the prompt to do so.
|
||||
|
||||
## Get started
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user