ChatStreamResponse constructor

ChatStreamResponse({
  1. required String response,
  2. required String systemPrompt,
})

Implementation

ChatStreamResponse({required this.response, required this.systemPrompt});