["prompt1", ["prompt2.1", "prompt2.2"], "prompt3"]
Component | Description |
---|---|
Prompt | The specific input prompt that was used for the session. |
Manual Score | An option for you to manually score the evaluation (✅ or ❌), which overrides the automated score. |
Automated Score | The score automatically assigned by the system. This corresponds to the Soft Match. |
Ground Truth | The expected or correct outcome, typically the ideal SQL query (SELECT SUM(amount) FROM Opportunity ). |
Generated Result | The output produced by the system, including the generated SQL query and the final result (e.g., "$137.55M" ). |