langchain[patch]: Update Chain prep_inputs docstring (#17575)

**Description**: @eyurtsev Following up on #16644 to fix the docstring,
because `prep_inputs` is not longer doing any validation.
pull/17569/head^2
Mo Latif 4 months ago committed by GitHub
parent 53b8c86309
commit f3e4a0e27f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -464,7 +464,7 @@ class Chain(RunnableSerializable[Dict[str, Any], Dict[str, Any]], ABC):
return {**inputs, **outputs}
def prep_inputs(self, inputs: Union[Dict[str, Any], Any]) -> Dict[str, str]:
"""Validate and prepare chain inputs, including adding inputs from memory.
"""Prepare chain inputs, including adding inputs from memory.
Args:
inputs: Dictionary of raw inputs, or single input if chain expects

Loading…
Cancel
Save