factory ChatStreamResponse.fromJson(Map<String, dynamic> json) { return ChatStreamResponse( response: json['response'] ?? '', systemPrompt: json['systemPrompt'] ?? '', ); }