Compare commits

...

5 Commits

Author SHA1 Message Date
Henry 8df062b760 Merge branch 'main' into chore/Claude-Sonnet-4.5 2025-09-30 13:04:19 +01:00
Henry 966250a953 update agent version 2025-09-30 12:55:27 +01:00
Henry 819d11d2a8 add comments to remove tool calls with no id 2025-09-30 12:26:32 +01:00
Henry b28e18e9a2 add anthropic built in tools 2025-09-30 12:21:52 +01:00
Henry e7ed4311ee claude sonnet 4.5 2025-09-30 11:41:32 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class Agent_Agentflow implements INode {
constructor() { constructor() {
this.label = 'Agent' this.label = 'Agent'
this.name = 'agentAgentflow' this.name = 'agentAgentflow'
this.version = 2.1 this.version = 2.2
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'