Skip to content

Entries should not be empty when exporting group chat #14647

@koppor

Description

@koppor

Follow-up to #14486

NOTE: This is more a bug-hunting thing.

  1. Open a library - maybe start from
  2. Enable AI - https://docs.jabref.org/ai
  3. Attach a PDF
  4. Attach another PDF
  5. Right click on group "All entries"
  6. Select "Chat with group"
  7. Enter a question
  8. Wait
  9. Export to JSON

See empty "entries"

{
  "entries": [],
  "latest_provider": "OpenAI (or API compatible)",
  "latest_model": "gpt-4o-mini",
  "export_timestamp": "2025-12-17T23:44:42.3603622",
  "conversation": [
    {
      "role": "user",
      "content": "What are the key findings?"
    },
    {
      "role": "assistant",
      "content": "The key findings from the papers mentioned are as follows:...."
    }
  ]
}

This array should contain the entries from the current group.

Metadata

Metadata

Labels

good first issueAn issue intended for project-newcomers. Varies in difficulty.📌 Pinned

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions