generate_employee_csv.test.json
1 { 2 "test_case_id": "generate_employee_csv", 3 "category": "Content Generation", 4 "description": "A test case to generate a CSV file with random data.", 5 "query": "Generate a csv file with the following columns: 'id', 'name', 'age', 'role'. It should contain 10 rows of random data.", 6 "target_agent": "OrchestratorAgent", 7 "wait_time": 60, 8 "evaluation": { 9 "expected_tools": ["signal_artifact_for_return"], 10 "expected_response": "I have generated the CSV file with random employee data and attached it.", 11 "criterion": "Evaluate if the agent successfully generates a CSV file with the specified columns and random data." 12 } 13 }