mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
update openai assistant version
This commit is contained in:
@@ -23,7 +23,7 @@ class OpenAIAssistant_Agents implements INode {
|
|||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'OpenAI Assistant'
|
this.label = 'OpenAI Assistant'
|
||||||
this.name = 'openAIAssistant'
|
this.name = 'openAIAssistant'
|
||||||
this.version = 1.0
|
this.version = 2.0
|
||||||
this.type = 'OpenAIAssistant'
|
this.type = 'OpenAIAssistant'
|
||||||
this.category = 'Agents'
|
this.category = 'Agents'
|
||||||
this.icon = 'openai.png'
|
this.icon = 'openai.png'
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"id": "openAIAssistant_0",
|
"id": "openAIAssistant_0",
|
||||||
"label": "OpenAI Assistant",
|
"label": "OpenAI Assistant",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"name": "openAIAssistant",
|
"name": "openAIAssistant",
|
||||||
"type": "OpenAIAssistant",
|
"type": "OpenAIAssistant",
|
||||||
"baseClasses": ["OpenAIAssistant"],
|
"baseClasses": ["OpenAIAssistant"],
|
||||||
@@ -27,6 +27,15 @@
|
|||||||
"type": "asyncOptions",
|
"type": "asyncOptions",
|
||||||
"loadMethod": "listAssistants",
|
"loadMethod": "listAssistants",
|
||||||
"id": "openAIAssistant_0-input-selectedAssistant-asyncOptions"
|
"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": [
|
"inputAnchors": [
|
||||||
|
|||||||
Reference in New Issue
Block a user