langchain: Fix class name in RetryOutputParser docstring (#15268)

`OutputFixingParser` -> `RetryOutputParser`



![i'm-helping](https://github.com/langchain-ai/langchain/assets/5986636/68f1b8ce-8a6e-4e75-9cf8-e3c93ac562c2)
pull/15274/head
Brendan Smith 6 months ago committed by GitHub
parent 22b3a233b8
commit 9a16590aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ class RetryOutputParser(BaseOutputParser[T]):
prompt: BasePromptTemplate = NAIVE_RETRY_PROMPT,
max_retries: int = 1,
) -> RetryOutputParser[T]:
"""Create an OutputFixingParser from a language model and a parser.
"""Create an RetryOutputParser from a language model and a parser.
Args:
llm: llm to use for fixing

Loading…
Cancel
Save