AssistantResponse constructor

AssistantResponse({
  1. required String id,
  2. required String? message,
  3. String role = 'assistant',
})

Implementation

AssistantResponse({required super.id, required super.message, super.role = 'assistant'});