Initial Icon Tests

This commit is contained in:
abhishekshankr
2023-12-13 12:45:00 -05:00
parent 6a17cdc315
commit d214ddfe5b
9 changed files with 43 additions and 11 deletions
@@ -20,7 +20,7 @@ class BabyAGI_Agents implements INode {
this.version = 1.0
this.type = 'BabyAGI'
this.category = 'Agents'
this.icon = 'babyagi.jpg'
this.icon = 'babyagi.svg'
this.description = 'Task Driven Autonomous Agent which creates new task and reprioritizes task list based on objective'
this.baseClasses = ['BabyAGI']
this.inputs = [