Skip to content

Commit 828cf76

Browse files
committed
add GEN_AI_STUDIO const
1 parent f9e23e1 commit 828cf76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/gen-ai/frontend/src/odh/extensions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import {
1414
import type { AIAssetsTabExtension } from '~/odh/extension-points';
1515

1616
export const PLUGIN_GEN_AI = 'plugin-gen-ai';
17+
export const GEN_AI_STUDIO = 'genAiStudio';
1718
export const MODEL_AS_SERVICE = 'model-as-service';
1819
export const MODEL_AS_SERVICE_CAMEL = 'modelAsService';
1920
export const GUARDRAILS = 'guardrails';
@@ -27,7 +28,7 @@ const extensions: (NavExtension | RouteExtension | AreaExtension | AIAssetsTabEx
2728
properties: {
2829
id: PLUGIN_GEN_AI,
2930
requiredComponents: [DataScienceStackComponent.LLAMA_STACK_OPERATOR],
30-
featureFlags: ['genAiStudio'],
31+
featureFlags: [GEN_AI_STUDIO],
3132
},
3233
},
3334
{

0 commit comments

Comments
 (0)