parseResponse abstract method
Parse the response into a ChatResponse
Each provider should implement this to parse their specific response format
Implementation
ChatResponse parseResponse(Map<String, dynamic> responseData);
Parse the response into a ChatResponse
Each provider should implement this to parse their specific response format
ChatResponse parseResponse(Map<String, dynamic> responseData);