Skip to content

Commit 1f97954

Browse files
author
tfomkin
committed
fix: followUpGeneration enabled in backgroundTasksConfig
1 parent f30aeec commit 1f97954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/shared/data-access/api/src/lib/chats/configs/background-tasks-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { BackgroundTasks } from '../models';
22

33
export const backgroundTasksConfig: BackgroundTasks = {
44
titleGeneration: true,
5-
followUpGeneration: false,
5+
followUpGeneration: true,
66
tagsGeneration: true,
77
};

0 commit comments

Comments
 (0)