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

Function tokenizerOptions

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

Source from the content-addressed store, hash-verified

1793 ];
1794 },
1795 tokenizerOptions() {
1796 return [
1797 { value: 'model:o3', label: 'o3' },
1798 { value: 'model:o3-mini', label: 'o3-mini' },
1799 { value: 'model:gpt-4o', label: 'gpt-4o' },
1800 { value: 'encoding:o200k_base', label: 'o200k_base' },
1801 { value: 'encoding:cl100k_base', label: 'cl100k_base' }
1802 ];
1803 },
1804 bothLoaded() {
1805 return !!(this.left && this.right);
1806 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected