Browse Source

Define LIMIT_LEARNABLE_PAGE_COUNT & set debug value

Shun Miyazawa 1 năm trước cách đây
mục cha
commit
0369094a42
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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
 */