bugfix: depreciating chatgpt plugin (#2070)

chore/Pin-Pinecone-Dependency
Asharib Ali 2024-03-30 20:54:22 +05:00 committed by GitHub
parent a57cd76757
commit aa6aa2e461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class AIPlugin implements INode {
category: string
baseClasses: string[]
inputs?: INodeParams[]
badge: string
constructor() {
this.label = 'AI Plugin'
@ -22,6 +23,7 @@ class AIPlugin implements INode {
this.category = 'Tools'
this.description = 'Execute actions using ChatGPT Plugin Url'
this.baseClasses = [this.type, ...getBaseClasses(AIPluginTool)]
this.badge = 'DEPRECATING'
this.inputs = [
{
label: 'Plugin Url',