mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-06 11:37:12 +00:00
another lint
This commit is contained in:
parent
464cd320cb
commit
84527fc502
@ -32,7 +32,6 @@ class OutputFixingParser(BaseOutputParser[T]):
|
|||||||
# Should be an LLMChain but we want to avoid top-level imports from langchain.chains
|
# Should be an LLMChain but we want to avoid top-level imports from langchain.chains
|
||||||
retry_chain: Annotated[
|
retry_chain: Annotated[
|
||||||
Union[RunnableSerializable[OutputFixingParserRetryChainInput, str], Any],
|
Union[RunnableSerializable[OutputFixingParserRetryChainInput, str], Any],
|
||||||
|
|
||||||
SkipValidation(),
|
SkipValidation(),
|
||||||
]
|
]
|
||||||
"""The RunnableSerializable to use to retry the completion (Legacy: LLMChain)."""
|
"""The RunnableSerializable to use to retry the completion (Legacy: LLMChain)."""
|
||||||
|
Loading…
Reference in New Issue
Block a user