LibreChat/api/server/utils/import
Marco Beretta 7fd841af70
feat(import): route Grok exports through the job pipeline and label them
Grok jobs resolve to the OpenAI endpoint and a grok importedFrom source, so
their external ids stay in their own namespace. getImporter recognises a bare
prod-grok-backend.json and delegates to the same converter the zip path uses,
and the confirmation summary names the provider instead of showing the slug.
2026-08-02 02:02:43 +02:00
..
__data__
defaults.js 🔄 feat: Continue Shared Conversations as Personal Copies (#13714) 2026-06-24 16:27:01 -04:00
defaults.spec.js 🔄 feat: Continue Shared Conversations as Personal Copies (#13714) 2026-06-24 16:27:01 -04:00
fork.js 🔄 feat: Continue Shared Conversations as Personal Copies (#13714) 2026-06-24 16:27:01 -04:00
fork.spec.js 🔄 feat: Continue Shared Conversations as Personal Copies (#13714) 2026-06-24 16:27:01 -04:00
importBatchBuilder.js fix(import): write messages before conversations so imports are retry-safe 2026-08-02 02:01:57 +02:00
importBatchBuilder.spec.js fix(import): write messages before conversations so imports are retry-safe 2026-08-02 02:01:57 +02:00
importConversations.js 🧯 fix: Harden Data Retention Semantics (#13049) 2026-05-19 21:58:42 -04:00
importers-timestamp.spec.js feat(import): expose import as a background job API accepting zip archives 2026-08-02 02:01:57 +02:00
importers.js feat(import): route Grok exports through the job pipeline and label them 2026-08-02 02:02:43 +02:00
importers.spec.js feat(import): route Grok exports through the job pipeline and label them 2026-08-02 02:02:43 +02:00
index.js