mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 07:01:07 +03:00
Chore/claude sonnet 4.5 (#5272)
* claude sonnet 4.5 * add anthropic built in tools * add comments to remove tool calls with no id * update agent version
This commit is contained in:
@@ -81,7 +81,7 @@ class Agent_Agentflow implements INode {
|
||||
constructor() {
|
||||
this.label = 'Agent'
|
||||
this.name = 'agentAgentflow'
|
||||
this.version = 2.1
|
||||
this.version = 2.2
|
||||
this.type = 'Agent'
|
||||
this.category = 'Agent Flows'
|
||||
this.description = 'Dynamically choose and utilize tools during runtime, enabling multi-step reasoning'
|
||||
|
||||
Reference in New Issue
Block a user