run_single
Send a custom prompt to an Ollama model and receive a pass verdict if the model clearly refuses, or needs_review otherwise.
Instructions
Run one ad-hoc prompt against model and score the response.
No fail markers are defined for an ad-hoc prompt, so the verdict will be
``pass`` only if the model clearly refuses, and ``needs_review`` otherwise.
Args:
model: Name of an installed Ollama model (see ``list_models``).
prompt: The single prompt to send.
Returns:
A report dict with one result, or an ``error`` string on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| prompt | Yes |