mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-30 19:49:09 +00:00
langchain: Fix class name in RetryOutputParser docstring (#15268)
`OutputFixingParser` -> `RetryOutputParser` 
This commit is contained in:
parent
22b3a233b8
commit
9a16590aa9
@ -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…
Reference in New Issue
Block a user