()
| 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() { |
nothing calls this directly
no test coverage detected