mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(Cohere Chat Model Node): Add Cohere Chat Model node (#16888)
This commit is contained in:
@@ -65,7 +65,10 @@ function createAgentExecutor(
|
||||
fallbackAgent ? agent.withFallbacks([fallbackAgent]) : agent,
|
||||
getAgentStepsParser(outputParser, memory),
|
||||
fixEmptyContentMessage,
|
||||
]);
|
||||
]) as AgentRunnableSequence;
|
||||
|
||||
runnableAgent.singleAction = false;
|
||||
runnableAgent.streamRunnable = false;
|
||||
|
||||
return AgentExecutor.fromAgentAndTools({
|
||||
agent: runnableAgent,
|
||||
|
||||
Reference in New Issue
Block a user