mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-15 17:33:53 +00:00
Fix typo in docstring of RetryWithErrorOutputParser (#5244)
This commit is contained in:
parent
09e246f306
commit
9e57be4b5c
@ -85,7 +85,7 @@ class RetryWithErrorOutputParser(BaseOutputParser[T]):
|
|||||||
"""Wraps a parser and tries to fix parsing errors.
|
"""Wraps a parser and tries to fix parsing errors.
|
||||||
|
|
||||||
Does this by passing the original prompt, the completion, AND the error
|
Does this by passing the original prompt, the completion, AND the error
|
||||||
that was raised to another language and telling it that the completion
|
that was raised to another language model and telling it that the completion
|
||||||
did not work, and raised the given error. Differs from RetryOutputParser
|
did not work, and raised the given error. Differs from RetryOutputParser
|
||||||
in that this implementation provides the error that was raised back to the
|
in that this implementation provides the error that was raised back to the
|
||||||
LLM, which in theory should give it more information on how to fix it.
|
LLM, which in theory should give it more information on how to fix it.
|
||||||
|
Loading…
Reference in New Issue
Block a user