mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
Updated Agent Icons
This commit is contained in:
@@ -27,7 +27,7 @@ class OpenAIAssistant_Agents implements INode {
|
||||
this.version = 2.0
|
||||
this.type = 'OpenAIAssistant'
|
||||
this.category = 'Agents'
|
||||
this.icon = 'openai.png'
|
||||
this.icon = 'assistant.svg'
|
||||
this.description = `An agent that uses OpenAI Assistant API to pick the tool and args to call`
|
||||
this.baseClasses = [this.type]
|
||||
this.inputs = [
|
||||
|
||||
Reference in New Issue
Block a user