mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-28 11:55:21 +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
|
||||
retry_chain: Annotated[
|
||||
Union[RunnableSerializable[OutputFixingParserRetryChainInput, str], Any],
|
||||
|
||||
SkipValidation(),
|
||||
]
|
||||
"""The RunnableSerializable to use to retry the completion (Legacy: LLMChain)."""
|
||||
|
Loading…
Reference in New Issue
Block a user