Ask a question to get started
Enter to sendā¢Shift+Enter new line
prep_outputs( self, inputs: dict[str, str], outputs: dict[str
inputs
dict[str, str]
Dictionary of chain inputs, including any inputs added by chain memory.
outputs
Dictionary of initial chain outputs.
return_only_outputs
bool
False
Validate and prepare chain outputs, and save info about this run to memory.
Whether to only return the chain outputs. If False, inputs are also added to the final outputs.