feat(FN-4583): complete Step 2 — expose engine chat store accessor
Fusion-Task-Id: FN-4583 Fusion-Task-Lineage: 4d9b088d-a705-4376-b547-15b37e5370aa
This commit is contained in:
@@ -612,6 +612,11 @@ export class ProjectEngine {
|
||||
return this.runtime.getMessageStore();
|
||||
}
|
||||
|
||||
/** Get the ChatStore (if initialized). Returns undefined before start(). */
|
||||
getChatStore(): import("@fusion/core").ChatStore | undefined {
|
||||
return this.runtime.getChatStore();
|
||||
}
|
||||
|
||||
attachChatStore(chatStore: NotificationChatStore): void {
|
||||
this.notificationService?.attachChatStore(chatStore);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user