LibreChat/packages/api/src/stream/interfaces
Danny Avila 829d8c5412
refactor: Unify streamId and conversationId handling for improved job management
- Updated ResumableAgentController and AgentController to generate conversationId upfront, ensuring it matches streamId for consistency.
- Simplified job creation and metadata management by removing redundant conversationId updates from callbacks.
- Refactored abortMiddleware and related methods to utilize the unified streamId/conversationId approach, enhancing clarity in job handling.
- Removed deprecated methods from GenerationJobManager and InMemoryJobStore, streamlining the codebase and improving maintainability.
2025-12-18 14:12:20 -05:00
..
IJobStore.ts refactor: Unify streamId and conversationId handling for improved job management 2025-12-18 14:12:20 -05:00
index.ts refactor: Enhance GenerationJobManager with In-Memory Implementations 2025-12-18 14:12:16 -05:00