GptResponse constructor
const
GptResponse({})
Implementation
const GptResponse({
required this.rawMessage,
required this.jsonMessage,
required this.promptTokens,
required this.completionTokens,
required this.totalTokens,
});