mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
LunaryAI automatic Thread and User tracking (#3233)
* Lunary Thread/User tracking * Clean console logs * Clean * Remove commented lines * Remove commented line
This commit is contained in:
@@ -38,6 +38,7 @@ import { ChatMessage } from '../database/entities/ChatMessage'
|
||||
import { Credential } from '../database/entities/Credential'
|
||||
import { Tool } from '../database/entities/Tool'
|
||||
import { Assistant } from '../database/entities/Assistant'
|
||||
import { Lead } from '../database/entities/Lead'
|
||||
import { DataSource } from 'typeorm'
|
||||
import { CachePool } from '../CachePool'
|
||||
import { Variable } from '../database/entities/Variable'
|
||||
@@ -55,6 +56,7 @@ export const databaseEntities: IDatabaseEntity = {
|
||||
ChatMessage: ChatMessage,
|
||||
Tool: Tool,
|
||||
Credential: Credential,
|
||||
Lead: Lead,
|
||||
Assistant: Assistant,
|
||||
Variable: Variable,
|
||||
DocumentStore: DocumentStore,
|
||||
|
||||
Reference in New Issue
Block a user