compare_outputs
Detect semantic drift by comparing two LLM outputs. Catch silent model regressions in CI by checking a candidate against a baseline.
Instructions
Compare two LLM outputs for semantic similarity (regression detection).
Useful for catching silent model regressions: run this in CI against a known-good baseline output to detect drift when you change prompts or models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline | Yes | The reference/previous LLM output. | |
| candidate | Yes | The new LLM output to compare against baseline. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||