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