mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
fix speech to text dialog credential, fix url changed when clicked settings menu item
This commit is contained in:
@@ -95,7 +95,6 @@ class ConversationalAgent_Agents implements INode {
|
||||
{ sessionId: this.sessionId, chatId: options.chatId, input },
|
||||
options.chatHistory
|
||||
)
|
||||
// injectAgentExecutorNodeData(executor, nodeData, options)
|
||||
|
||||
const loggerHandler = new ConsoleCallbackHandler(options.logger)
|
||||
const callbacks = await additionalCallbacks(nodeData, options)
|
||||
|
||||
@@ -99,7 +99,6 @@ class MRKLAgentChat_Agents implements INode {
|
||||
tools,
|
||||
verbose: process.env.DEBUG === 'true'
|
||||
})
|
||||
// injectLcAgentExecutorNodeData(executor, nodeData, options)
|
||||
|
||||
const callbacks = await additionalCallbacks(nodeData, options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user