Generated 2026-04-13 00:48:05 UTC | Back to ladder index | Back to docs
| # | Expected Route | Utterance |
|---|---|---|
| 1 | assert_fact | Use parent/2. |
| 2 | assert_fact | {'utterance': 'set parent(ian, scott).', 'require_final_confirmation': True, 'confirmation_answers': ['yes']} |
| 3 | assert_fact | {'utterance': 'set parent(ian, blake).', 'require_final_confirmation': True, 'confirmation_answers': ['yes']} |
| 4 | assert_fact | query parent(ian, scott). |
| 5 | assert_fact | query parent(ian, blake). |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| parent_scott_after_confirm | parent(ian, scott). | success | 1 | |
| parent_blake_after_confirm | parent(ian, blake). | success | 1 | |
| inverse_parent_absent | parent(scott, ian). | no_results | 0 |