blnkd docs
Console ↗
DOCUMENTATION

Noul

Check a yes/no condition.

Noul returns a number from 0 to 1 — the probability the model assigns to true.

json
{
  "ready": {
    "type": "noul",
    "instructions": "Does the ticket establish two settled charges?",
    "criteria": {
      "true": "Two settled charges are evidenced",
      "false": "Charges are pending or settlement is not established"
    }
  }
}

An illustrative answer is {"type":"noul","noul":0.12}. Criteria are optional, but they help state the boundary you want to test. Compare versions on labeled examples — adding criteria does not guarantee a better answer.

Choose action thresholds from the costs of mistakes and your evaluation results. Middle values may need review. If the task has more than two meaningful outcomes, such as true, false, and unknown, consider Choice.

Set up your coding agent

Copy this prompt into your agent.