ChatResponse constructor
const
ChatResponse({
- String? model,
- required ChatMessage message,
- required String text,
- FinishReason? finishReason,
- Usage? usage,
- String? rawJson,
Implementation
const ChatResponse({this.model ,required this.message ,required this.text ,this.finishReason ,this.usage ,this.rawJson ,});