Skip to main content

tool_choice_modes

Function tool_choice_modes 

Source
pub async fn tool_choice_modes<M>(
    model: M,
) -> Result<ScenarioReport, ScenarioError>
where M: CompletionModel + 'static,
Available on crate feature test-utils only.
Expand description

Runs all portable tool-choice modes directly against a completion model.