Browse Source

Define LIMIT_LEARNABLE_PAGE_COUNT & set debug value

Shun Miyazawa 1 year ago
parent
commit
0369094a42
1 changed files with 3 additions and 0 deletions
  1. 3 0
      apps/app/src/features/openai/interfaces/ai-assistant.ts

+ 3 - 0
apps/app/src/features/openai/interfaces/ai-assistant.ts

@@ -4,6 +4,9 @@ import type {
 
 import type { IVectorStore } from './vector-store';
 
+
+export const LIMIT_LEARNABLE_PAGE_COUNT = 5;
+
 /*
 *  Objects
 */