ChatResponseFormatJsonSchema constructor

const ChatResponseFormatJsonSchema({
  1. required Map<String, dynamic> schema,
  2. String? schemaName,
  3. String? schemaDescription,
})

Implementation

const ChatResponseFormatJsonSchema({
  required this.schema,
  this.schemaName,
  this.schemaDescription,
}) : super._();