increment Agent node version
This commit is contained in:
parent
92d4d179ed
commit
3850974c6a
|
|
@ -82,7 +82,7 @@ class Agent_Agentflow implements INode {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Agent'
|
this.label = 'Agent'
|
||||||
this.name = 'agentAgentflow'
|
this.name = 'agentAgentflow'
|
||||||
this.version = 2.2
|
this.version = 3.0
|
||||||
this.type = 'Agent'
|
this.type = 'Agent'
|
||||||
this.category = 'Agent Flows'
|
this.category = 'Agent Flows'
|
||||||
this.description = 'Dynamically choose and utilize tools during runtime, enabling multi-step reasoning'
|
this.description = 'Dynamically choose and utilize tools during runtime, enabling multi-step reasoning'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue