Create an active pipeline with at least 2 steps.
Create and run an ExecutionSession that completes successfully.
Practice exercises with AI evaluation — submit your answer and get personalised feedback.
Design a 3-step orchestrator pipeline for processing customer support emails: Step 1: Classify urgency (LOW / MEDIUM / HIGH) Step 2: Generate a reply draft Ste…
Step 2 of your pipeline fails with: 'input_contract validation error: required field urgency_level is missing'. Examining the logs, you see step 1 returned: {"…