nextcloud / assistant

✨ Nextcloud Assistant
GNU Affero General Public License v3.0
30 stars 5 forks source link

RTF text extraction not supported #65

Closed kyteinsky closed 5 months ago

kyteinsky commented 5 months ago

Which version of assistant are you using?

v1.0.7

Which version of Nextcloud are you using?

v29.0.0

Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.

Chromium: 120.0.6099.225

Describe the Bug

AssistantService.php has text extraction for rtf files but the UI does not expose it. The output from the extractor, after changing the mime type of the picker, contains formatting structures in addition to the actual text.

Expected Behavior

Actual content of the rtf file is filled inside the prompt box.

To Reproduce

  1. Add text/rtf as a valid mime type in AssistantFormInputs.vue
  2. npm run build
  3. Go into the Assistant modal
  4. Click "Choose File"
  5. Select a RTF file