()
| 179 | : 'PDF is password protected. Please double press esc to edit your message and try again.' |
| 180 | } |
| 181 | export function getPdfInvalidErrorMessage(): string { |
| 182 | return getIsNonInteractiveSession() |
| 183 | ? 'The PDF file was not valid. Try converting it to text first (e.g., pdftotext).' |
| 184 | : 'The PDF file was not valid. Double press esc to go back and try again with a different file.' |
| 185 | } |
| 186 | export function getImageTooLargeErrorMessage(): string { |
| 187 | return getIsNonInteractiveSession() |
| 188 | ? 'Image was too large. Try resizing the image or using a different approach.' |
no test coverage detected