Skip to content

Commit 96a8cec

Browse files
committed
docs(stage-router): make flow-diagram node labels self-explanatory
1 parent 47e62c7 commit 96a8cec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/routing_algorithms/stage_router_routing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ The routing decision for one turn:
4040
%%{init: {"flowchart": {"nodeSpacing": 18, "rankSpacing": 26}}}%%
4141
flowchart LR
4242
t["turn"] --> g{"confidence >= threshold?"}
43-
g -->|yes| s["signals' tier"]
44-
g -->|no| c{"classifier?"}
45-
c -->|yes| k["classifier's tier"]
46-
c -->|no| d["default tier"]
43+
g -->|yes| s["signals pick capable/efficient"]
44+
g -->|no| c{"classifier set?"}
45+
c -->|yes| k["classifier picks capable/efficient"]
46+
c -->|no| d["use picker default tier"]
4747
4848
classDef box font-family:monospace,fill:none,stroke:#9aa0a6,stroke-width:1px;
4949
class t,s,k,d,g,c box;

0 commit comments

Comments
 (0)