Noticed this line uses interval_name.endswith("_gap"), but in prompt_config.py seems to use "_gaps". This might be a small typo -- should it check for "_gaps" instead? If "_gap" is intentional, feel free to ignore or close. Just wanted to flag it.
|
is_gap = interval_name.endswith("_gap") |