mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 22:03:52 +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,
|
prompt: BasePromptTemplate = NAIVE_RETRY_PROMPT,
|
||||||
max_retries: int = 1,
|
max_retries: int = 1,
|
||||||
) -> RetryOutputParser[T]:
|
) -> RetryOutputParser[T]:
|
||||||
"""Create an OutputFixingParser from a language model and a parser.
|
"""Create an RetryOutputParser from a language model and a parser.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
llm: llm to use for fixing
|
llm: llm to use for fixing
|
||||||
|
Loading…
Reference in New Issue
Block a user