mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Lunary: feedback tracking (#3332)
* Lunary: feedback tracking * fix incorrect param order
This commit is contained in:
@@ -430,6 +430,7 @@ type BuildFlowParams = {
|
||||
chatId: string
|
||||
sessionId: string
|
||||
chatflowid: string
|
||||
apiMessageId: string
|
||||
appDataSource: DataSource
|
||||
overrideConfig?: ICommonObject
|
||||
cachePool?: CachePool
|
||||
@@ -452,6 +453,7 @@ export const buildFlow = async ({
|
||||
componentNodes,
|
||||
question,
|
||||
chatHistory,
|
||||
apiMessageId,
|
||||
chatId,
|
||||
sessionId,
|
||||
chatflowid,
|
||||
@@ -524,6 +526,7 @@ export const buildFlow = async ({
|
||||
sessionId,
|
||||
chatflowid,
|
||||
chatHistory,
|
||||
apiMessageId,
|
||||
logger,
|
||||
appDataSource,
|
||||
databaseEntities,
|
||||
|
||||
Reference in New Issue
Block a user