Browse Source

add is_initialized in ChatState

visuddhinanda 7 months ago
parent
commit
bbbff6ab68
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard-v4/dashboard/src/types/chat.ts

+ 1 - 0
dashboard-v4/dashboard/src/types/chat.ts

@@ -98,6 +98,7 @@ export interface ChatState {
   streaming_session_id?: string;
   streaming_session_id?: string;
   current_model?: IAiModel;
   current_model?: IAiModel;
   error?: string;
   error?: string;
+  is_initialized?: boolean;
 }
 }
 
 
 // 聊天操作接口
 // 聊天操作接口