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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'