mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Lunary: feedback tracking (#3332)
* Lunary: feedback tracking * fix incorrect param order
This commit is contained in:
@@ -54,7 +54,8 @@ const executeAgentTool = async (req: Request, res: Response, next: NextFunction)
|
||||
req.params.id,
|
||||
req.body.chatId,
|
||||
req.body.toolName,
|
||||
req.body.inputArgs
|
||||
req.body.inputArgs,
|
||||
req.body.apiMessageId
|
||||
)
|
||||
return res.json(apiResponse)
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user