{
  "tool_id": "prompt-regression-tester",
  "slug": "prompt-regression-tester",
  "path": "/prompt-regression-tester/",
  "mode": "client_side",
  "usage": "Client-side playground. Open https://aifinhub.io/prompt-regression-tester/ to run one prompt across Claude/GPT/Gemini using your own keys. Keys stay in the browser.",
  "methodology": "https://aifinhub.io/methodology/prompt-regression-tester/",
  "sample_input": {
    "tool": "prompt-regression-tester",
    "baseline": "",
    "label": "",
    "output": "",
    "n": 3
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "baseline": {
        "type": "string"
      },
      "label": {
        "type": "string"
      },
      "output": {
        "type": "string"
      },
      "n": {
        "type": "number"
      }
    },
    "required": [
      "tool",
      "baseline",
      "label",
      "output",
      "n"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "per_model": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "model": {
              "type": "string"
            },
            "outputs": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "drift_score": {
              "type": "number"
            },
            "mean_length": {
              "type": "number"
            }
          }
        }
      },
      "pairwise_agreement": {
        "type": "number"
      }
    }
  }
}
