fix: improve syncing when switching conversations

This commit is contained in:
Danny Avila 2025-12-12 01:10:08 -05:00
parent 67f6d894ee
commit 53569bfc15
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
14 changed files with 314 additions and 176 deletions

View file

@ -1,2 +1 @@
export { GenerationJobManager, GenerationJobManagerClass } from './GenerationJobManager';
export type * from './types';