fix: plaud_get_summary now reads auto_sum_note (Plaud AI Summary tab)

- Added _fetch_s3_text() helper that handles non-JSON content gracefully
  (auto_sum_note may be HTML/plain text, not JSON — previous code errored)
- plaud_get_summary now tries auto_sum_note first, falls back to outline
- plaud_get_notes now routes auto_sum_note through _fetch_s3_text
- plaud_get_recording_detail now correctly flags has_summary=true when
  auto_sum_note is present (previously only checked "outline")
- Response includes summary_type field: "auto_sum_note", "outline", or "none"
This commit is contained in:
2026-05-12 16:10:05 -05:00
parent 2235fa6401
commit 49cf017733
+1 -1
View File
File diff suppressed because one or more lines are too long