Răsfoiți Sursa

Add types (to be implemented in the future)

Shun Miyazawa 1 an în urmă
părinte
comite
a8b3143a8b

+ 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 = {