The confidence percentage threshold defines the minimum probability cutoff, defaulting to 10%, that candidate alternative tokens must meet to trigger branch exploration.
flowchart LR
A["Token: Custom"] --> B["Primary: jerseys (85%)"]
A --> C["Alt: apparel (12%)"]
A --> D["Alt: uniforms (3%)"]
C -.->|"≥ 10% Threshold"| E["Trigger Branch Completion"]
D -.->|"< 10% Threshold"| F["Prune Token Path"]