refactor: Use Ask AI feature through AI services instead of hooks (#11027)

This commit is contained in:
Ricardo Espinoza
2024-10-09 11:24:33 -04:00
committed by GitHub
parent e94cda3837
commit 06f51dc7d2
27 changed files with 3297 additions and 883 deletions

View File

@@ -91,6 +91,7 @@ export const LICENSE_FEATURES = {
PROJECT_ROLE_EDITOR: 'feat:projectRole:editor',
PROJECT_ROLE_VIEWER: 'feat:projectRole:viewer',
AI_ASSISTANT: 'feat:aiAssistant',
ASK_AI: 'feat:askAi',
COMMUNITY_NODES_CUSTOM_REGISTRY: 'feat:communityNodes:customRegistry',
} as const;