소스 검색

add IAiModelSystem

visuddhinanda 8 달 전
부모
커밋
da9fafa0c6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      dashboard-v4/dashboard/src/components/api/ai.ts

+ 5 - 0
dashboard-v4/dashboard/src/components/api/ai.ts

@@ -98,3 +98,8 @@ export interface IAiModelLogListResponse {
   message: string;
   data: { rows: IAiModelLogData[]; total: number };
 }
+
+export interface IAiModelSystem {
+  view: string;
+  models: string[];
+}