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.