noul
Get a calibrated yes/no judgment for binary questions, returning a 0-1 confidence degree to quickly assess changes, logs, or other simple checks.
Instructions
Ask Jev (TypeSafe System One) a yes/no question; returns a 0-1 degree (>= 0.5 leans yes).
The official noul question type — fast, cheap binary checks: "is this change
breaking?", "does this log line match the reported symptom?". No probability
list, just the degree. NOT for questions that need multi-step reasoning — use
an LLM for those.
Args: question: A yes/no question, e.g. "Is renaming a public config key a breaking change?" context: Optional background facts. Keep it short.
Returns: JSON string: {noul, verdict, model, latency_ms, usage}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |