{
  "description": "A price missing from the source",
  "prompts": [
    "{{prompt}}"
  ],
  "providers": [
    "openai:chat:gpt-4o-mini"
  ],
  "tests": [
    {
      "description": "A price missing from the source",
      "vars": {
        "prompt": "Answer using only the supplied information. If the answer is absent, reply with exactly “Not provided”.\nQuestion: What is the monthly price of the Standard plan?\n\nProduct information: Standard includes team collaboration, version history and CSV export. Contact sales for Enterprise. This document does not list any prices."
      },
      "assert": [
        {
          "type": "equals",
          "value": "Not provided"
        }
      ]
    }
  ],
  "evaluateOptions": {
    "maxConcurrency": 1
  }
}
