Where this fits: Part of Refine. Expected output turns a dataset of real traces into a test set with a known-good answer for regression testing.
Add expected output to a row
Open the row
In a dataset, open a row to view its input, output, and fields.
Where the expected answer comes from
When you build a dataset from a failing signal, the agent’s actual output was wrong, which is why the signal exists. The expected output is the response the agent should have produced. Common sources:- the correct answer a human reviewer would give
- the behaviour described in the signal or in an annotation
- a corrected version of the original output
Next step
- Regression testing: replay the dataset against your agent and check the results.