소스 검색

Add types (to be implemented in the future)

Shun Miyazawa 1 년 전
부모
커밋
a8b3143a8b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 = {
   KNOWLEDGE: 'knowledge',
+  // EDITOR: 'editor',
+  // LEARNING: 'learning',
 } as const;
 
 const AiAssistantSharingScope = {