Browse Source

Add types (to be implemented in the future)

Shun Miyazawa 1 year ago
parent
commit
a8b3143a8b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/app/src/features/openai/server/models/ai-assistant.ts

+ 2 - 0
apps/app/src/features/openai/server/models/ai-assistant.ts

@@ -8,6 +8,8 @@ import { getOrCreateModel } from '~/server/util/mongoose-utils';
 */
 */
 const AiAssistantType = {
 const AiAssistantType = {
   KNOWLEDGE: 'knowledge',
   KNOWLEDGE: 'knowledge',
+  // EDITOR: 'editor',
+  // LEARNING: 'learning',
 } as const;
 } as const;
 
 
 const AiAssistantSharingScope = {
 const AiAssistantSharingScope = {