Skip to content

Commit

Permalink
Update 'Require Approval' button description to clarify dependency on…
Browse files Browse the repository at this point in the history
… MemoryAgent
  • Loading branch information
jeanibarz committed Dec 10, 2024
1 parent b087f4c commit 27ed7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/nodes/sequentialagents/Agent/Agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class Agent_SeqAgents implements INode {
{
label: 'Require Approval',
name: 'interrupt',
description: 'Require approval before executing tools. Will proceed when tools are not called',
description: 'Require approval before executing tools. Will proceed when tools are not called. /!\ This feature requires AgentMemory to be defined for the agent.',

Check failure on line 263 in packages/components/nodes/sequentialagents/Agent/Agent.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 18.15.0)

Replace `·'Require·approval·before·executing·tools.·Will·proceed·when·tools·are·not·called.·/!\` with `⏎····················'Require·approval·before·executing·tools.·Will·proceed·when·tools·are·not·called.·/!`

Check failure on line 263 in packages/components/nodes/sequentialagents/Agent/Agent.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 18.15.0)

Unnecessary escape character: \ .
type: 'boolean',
optional: true
},
Expand Down

0 comments on commit 27ed7cf

Please sign in to comment.