(trace)
| 1920 | return 'Estimating output tokens...'; |
| 1921 | }, |
| 1922 | tokenNote(trace) { |
| 1923 | if (!trace) { |
| 1924 | return ''; |
| 1925 | } |
| 1926 | return trace.tokenSourceLabel; |
| 1927 | }, |
| 1928 | async handleFileInput(side, event) { |
| 1929 | const file = event.target.files && event.target.files[0]; |
| 1930 | if (!file) { |
nothing calls this directly
no outgoing calls
no test coverage detected