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