When an alternative token exceeds the probability threshold during generation, the engine creates a new completion prompt using the token prefix and alternative token to explore and score the alternate association path.

flowchart LR
    Root["Brand Prefix<br/>'Custom '"] --> TopToken["Top Token: 'jerseys'<br/>82% Confidence"]
    Root --> AltToken["Alt Token: 'cycling'<br/>14% (Exceeds Threshold)"]
    AltToken -->|"Branch Prompt"| Complete["Completed Path<br/>'Custom cycling apparel'"]