PickBestEvent#
- class langchain_experimental.rl_chain.pick_best_chain.PickBestEvent(inputs: Dict[str, Any], to_select_from: Dict[str, Any], based_on: Dict[str, Any], selected: PickBestSelected | None = None)[source]#
Event class for PickBest chain.
Attributes
Methods
__init__
(inputs, to_select_from, based_on[, ...])- Parameters:
inputs (Dict[str, Any]) –
to_select_from (Dict[str, Any]) –
based_on (Dict[str, Any]) –
selected (TSelected | None) –
- __init__(inputs: Dict[str, Any], to_select_from: Dict[str, Any], based_on: Dict[str, Any], selected: PickBestSelected | None = None)[source]#
- Parameters:
inputs (Dict[str, Any]) –
to_select_from (Dict[str, Any]) –
based_on (Dict[str, Any]) –
selected (PickBestSelected | None) –