mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Feature/Custom Function to Seq Agent (#3612)
* add custom function to seq agent * add seqExecuteFlow node
This commit is contained in:
@@ -182,7 +182,7 @@ class LLMNode_SeqAgents implements INode {
|
||||
constructor() {
|
||||
this.label = 'LLM Node'
|
||||
this.name = 'seqLLMNode'
|
||||
this.version = 4.0
|
||||
this.version = 4.1
|
||||
this.type = 'LLMNode'
|
||||
this.icon = 'llmNode.svg'
|
||||
this.category = 'Sequential Agents'
|
||||
@@ -261,9 +261,11 @@ class LLMNode_SeqAgents implements INode {
|
||||
additionalParams: true
|
||||
},
|
||||
{
|
||||
label: 'Start | Agent | Condition | LLM | Tool Node',
|
||||
label: 'Sequential Node',
|
||||
name: 'sequentialNode',
|
||||
type: 'Start | Agent | Condition | LLMNode | ToolNode',
|
||||
type: 'Start | Agent | Condition | LLMNode | ToolNode | CustomFunction | ExecuteFlow',
|
||||
description:
|
||||
'Can be connected to one of the following nodes: Start, Agent, Condition, LLM, Tool Node, Custom Function, Execute Flow',
|
||||
list: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user