This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This golden dataset entry tests three eval dimensions: delegation, trajectory, and completion. | |
| // The eval runner selects scorers based on those dimensions: | |
| // - primaryAgentCorrectScorer + allSecondaryAgentsPresentScorer — did Emma delegate to Tempo? | |
| // - toolTrajectoryScorer — did Tempo call listCalendarEvents? | |
| // - taskCompletionScorer — did the response actually contain calendar events? | |
| { | |
| id: 'cal-001', | |
| input: "what's on my calendar tomorrow", | |
| expectedAgent: 'tempo', | |
| expectedTools: ['listCalendarEvents'], |