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