diff --git a/web/app/components/plugins/types.ts b/web/app/components/plugins/types.ts index 04d508c20d..5de8a6d2df 100644 --- a/web/app/components/plugins/types.ts +++ b/web/app/components/plugins/types.ts @@ -5,7 +5,7 @@ import type { Locale } from '@/i18n' export enum PluginType { tool = 'tool', model = 'model', - extension = 'endpoint', + extension = 'extension', } export enum PluginSource {