pub fn select_rlm_model(
config: &RlmConfig,
purpose: RlmModelPurpose,
caller_model: &str,
score: impl Fn(&str) -> Option<f64>,
) -> RlmModelChoiceExpand description
Select the model for an RLM call surface.
pub fn select_rlm_model(
config: &RlmConfig,
purpose: RlmModelPurpose,
caller_model: &str,
score: impl Fn(&str) -> Option<f64>,
) -> RlmModelChoiceSelect the model for an RLM call surface.