mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
update openai assistant version
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"data": {
|
||||
"id": "openAIAssistant_0",
|
||||
"label": "OpenAI Assistant",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"name": "openAIAssistant",
|
||||
"type": "OpenAIAssistant",
|
||||
"baseClasses": ["OpenAIAssistant"],
|
||||
@@ -27,6 +27,15 @@
|
||||
"type": "asyncOptions",
|
||||
"loadMethod": "listAssistants",
|
||||
"id": "openAIAssistant_0-input-selectedAssistant-asyncOptions"
|
||||
},
|
||||
{
|
||||
"label": "Disable File Download",
|
||||
"name": "disableFileDownload",
|
||||
"type": "boolean",
|
||||
"description": "Messages can contain text, images, or files. In some cases, you may want to prevent others from downloading the files. Learn more from OpenAI File Annotation <a target=\"_blank\" href=\"https://platform.openai.com/docs/assistants/how-it-works/managing-threads-and-messages\">docs</a>",
|
||||
"optional": true,
|
||||
"additionalParams": true,
|
||||
"id": "openAIAssistant_0-input-disableFileDownload-boolean"
|
||||
}
|
||||
],
|
||||
"inputAnchors": [
|
||||
|
||||
Reference in New Issue
Block a user