@@ -50,14 +50,13 @@ type PromptPexContext struct {
5050
5151// PromptPexTest represents a single test case
5252type PromptPexTest struct {
53- RuleID int `json:"ruleid,omitempty" yaml:"ruleid,omitempty"`
54- TestID int `json:"testid,omitempty" yaml:"testid,omitempty"`
55- Baseline bool `json:"baseline,omitempty" yaml:"baseline,omitempty"`
53+ RuleID int `json:"ruleId,omitempty" yaml:"ruleId,omitempty"`
54+ TestID int `json:"testId,omitempty" yaml:"testId,omitempty"`
5655 GroundtruthModel string `json:"groundtruthModel,omitempty" yaml:"groundtruthModel,omitempty"`
5756 Groundtruth string `json:"groundtruth,omitempty" yaml:"groundtruth,omitempty"`
58- TestInput string `json:"testinput " yaml:"testinput "`
59- TestInputOriginal string `json:"testinputOriginal ,omitempty" yaml:"testinputOriginal ,omitempty"`
60- ExpectedOutput string `json:"expectedoutput ,omitempty" yaml:"expectedoutput ,omitempty"`
57+ TestInput string `json:"testInput " yaml:"testInput "`
58+ TestInputOriginal string `json:"testInputOriginal ,omitempty" yaml:"testInputOriginal ,omitempty"`
59+ ExpectedOutput string `json:"expectedOutput ,omitempty" yaml:"expectedOutput ,omitempty"`
6160 Reasoning string `json:"reasoning,omitempty" yaml:"reasoning,omitempty"`
6261 Scenario string `json:"scenario,omitempty" yaml:"scenario,omitempty"`
6362}
0 commit comments