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