mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
fix: plugin type
This commit is contained in:
@@ -5,7 +5,7 @@ import type { Locale } from '@/i18n'
|
||||
export enum PluginType {
|
||||
tool = 'tool',
|
||||
model = 'model',
|
||||
extension = 'endpoint',
|
||||
extension = 'extension',
|
||||
}
|
||||
|
||||
export enum PluginSource {
|
||||
|
||||
Reference in New Issue
Block a user