parseResponse abstract method

ChatResponse parseResponse(
  1. Map<String, dynamic> responseData
)

Parse the response into a ChatResponse

Each provider should implement this to parse their specific response format

Implementation

ChatResponse parseResponse(Map<String, dynamic> responseData);