You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: preserve original recipe selection path when sequence_length not provided
Keep the existing `next(...)` logic untouched for the default case (no
sequence_length). Only build the candidates list and filter when
sequence_length is explicitly requested, ensuring zero behavioral change
for existing callers.
0 commit comments