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:
Henry Heng
2025-09-30 13:04:41 +01:00
committed by GitHub
parent b501932491
commit 28b0174eea
@@ -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'