CreateEditResponse constructor
CreateEditResponse({
- required String id,
- required String object,
- required int created,
- required String model,
- List<
CreateCompletionResponseChoicesInner> choices = const [], - required CreateCompletionResponseUsage usage,
Returns a new CreateEditResponse instance.
Implementation
CreateEditResponse({
required this.id,
required this.object,
required this.created,
required this.model,
this.choices = const [],
required this.usage,
});