run_probe
Run adversarial probes from a specified category against an Ollama model to test guardrails and receive scored results.
Instructions
Run every probe in category against model and score the results.
Args:
model: Name of an installed Ollama model (see ``list_models``).
category: A probe category name (see ``list_probes``).
Returns:
A report dict (model, scope, summary, per-probe results), or an
``error`` string if the category is unknown or the library is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| category | Yes |