MCPcopy Create free account
hub / github.com/microsoft/Webwright / tokenizerSelectionLabel

Function tokenizerSelectionLabel

assets/compare_trajectory/app.js:1848–1851  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1846 ];
1847 },
1848 tokenizerSelectionLabel() {
1849 const selection = getTokenizerSelection(this.tokenTarget);
1850 return selection.mode === 'model' ? selection.name + ' -> ' + selection.encoding : selection.encoding;
1851 }
1852 },
1853 watch: {
1854 tokenTarget() {

Callers

nothing calls this directly

Calls 1

getTokenizerSelectionFunction · 0.85

Tested by

no test coverage detected