Ver código fonte

add IAiModelSystem

visuddhinanda 8 meses atrás
pai
commit
da9fafa0c6
1 arquivos alterados com 5 adições e 0 exclusões
  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[];
+}