stl_assert_explain
Explain why an assertion or assumption matters, identify dependent code paths, and get remediation steps for failures.
Instructions
One assumption in full: why it matters, which code path depends on it, and how to remediate a failure. Call this on anything stl_assert_run reports as failing, before deciding what to do about it.
Args: assumption_id: an id from stl_assert_list, e.g. 'stop_code_unique' or 'rt_join_rate'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assumption_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |