get_based_on_and_to_select_from#

langchain_experimental.rl_chain.base.get_based_on_and_to_select_from(inputs: Dict[str, Any]) Tuple[Dict, Dict][source]#

Get the BasedOn and ToSelectFrom from the inputs.

Parameters:

inputs (Dict[str, Any]) –

Return type:

Tuple[Dict, Dict]