AssistantResponseFormat constructor

const AssistantResponseFormat({
  1. required String type,
  2. Map<String, dynamic>? jsonSchema,
})

Implementation

const AssistantResponseFormat({required this.type, this.jsonSchema});