When a viable alternative token is found, a specialized prompt forces the model to complete that specific token fragment into a full item name, saving the resulting phrase as a tw_branches record.
flowchart LR
A["Initial Token: 'Custom'"] --> B["Selected: 'Cycling'"]
A --> C["Alt: 'Running' >= Threshold"]
B --> D["Original Item: 'Custom cycling jerseys'"]
C --> E["Branch Prompt: 'Complete: Custom Running...'"]
E --> F["Branch Item: 'Custom running singlets'"]
F --> G[("Store in tw_branches")]Referenced by