Ask a question to get started
Enter to send•Shift+Enter new line
Prepare chain inputs, including adding inputs from memory.
prep_inputs( self, inputs: dict[str, Any] | Any, ) -> dict[str, str]
inputs
dict[str, Any] | Any
Dictionary of raw inputs, or single input if chain expects only one param. Should contain all inputs specified in Chain.input_keys except for inputs that will be set by the chain's memory.
Chain.input_keys