update openai assistant version

This commit is contained in:
Henry
2023-11-28 16:23:11 +00:00
parent 7362dec5c1
commit 1cd465a08e
2 changed files with 11 additions and 2 deletions
@@ -23,7 +23,7 @@ class OpenAIAssistant_Agents implements INode {
constructor() {
this.label = 'OpenAI Assistant'
this.name = 'openAIAssistant'
this.version = 1.0
this.version = 2.0
this.type = 'OpenAIAssistant'
this.category = 'Agents'
this.icon = 'openai.png'