/ tests / evaluation / test_cases / workflows / level3_conditional_medium.test.json
level3_conditional_medium.test.json
 1  {
 2    "test_case_id": "workflow_level3_conditional_medium",
 3    "category": "Workflows",
 4    "description": "Tests conditional branching with switch node via orchestrator delegation. The workflow classifies 50 as medium (10-99) and doubles it.",
 5    "query": "Please use the ConditionalBranchingWorkflow to process the value 50, and render the output file.",
 6    "target_agent": "OrchestratorAgent",
 7    "wait_time": 240,
 8    "evaluation": {
 9      "expected_tools": ["workflow_ConditionalBranchingWorkflow"],
10      "expected_response": "The ConditionalBranchingWorkflow has successfully processed the value 50. The workflow: Classified the value 50 as medium, Routed it to the medium value handler, Processed it to produce a result of 100. Results: Input Value: 50, Classification: medium, Handler Used: medium, Final Result: 100",
11      "criterion": "Evaluate if the orchestrator successfully delegated to ConditionalBranchingWorkflow, and the workflow correctly classified 50 as 'medium', routed to the medium handler, and returned result=100."
12    }
13  }