Generated 2026-04-13 00:48:05 UTC | Back to ladder index | Back to docs
No run report found yet for this scenario.
| # | Expected Route | Utterance |
|---|---|---|
| 1 | assert_fact | Site prep is a task. |
| 2 | assert_fact | Foundation depends on site_prep. |
| 3 | assert_fact | Interior buildout depends on foundation. |
| 4 | assert_fact | Medical gas certification depends on interior_buildout. |
| 5 | assert_fact | Go live depends on medical_gas_cert. |
| 6 | assert_fact | medical_gas_cert has supplier medgas_vendor. |
| 7 | assert_fact | medgas_vendor is on_time. |
| 8 | assert_fact | {'utterance': 'Ops update: med gas vendor might be delayed now.', 'clarification_answers': ['Use medgas_vendor and mark supplier_status as delayed.'], 'max_clarification_rounds': 2} |
| 9 | assert_fact | go_live is a milestone. |
| 10 | query | What is delayed right now? |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| foundation_depends_site_prep | depends_on(foundation, site_prep). | success | 1 | |
| interior_buildout_depends_foundation | depends_on(interior_buildout, foundation). | success | 1 | |
| medgas_supplier_link | task_supplier(medical_gas_cert, medgas_vendor). | success | 1 | |
| medgas_marked_delayed | supplier_status(medgas_vendor, delayed). | success | 1 | |
| go_live_milestone | milestone(go_live). | success | 1 |