DatasetChatModelOption constructor
const
DatasetChatModelOption({
- String? backend,
- required String provider,
- required String providerFriendlyName,
- required String model,
- String? modelFriendlyName,
- String? modelDescription,
- List<
String> modalities = const <String>['text'], - List<
String> availableVoices = const <String>[], - String? defaultOutputVoice,
- DatasetChatAudioFormat? inputFormat,
- DatasetChatAudioFormat? outputFormat,
- String? turnDetection,
- List<
String> realtimeProtocols = const <String>[], - bool supportsAttachments = false,
- List<
String> accepts = const <String>[], - bool active = false,
Implementation
const DatasetChatModelOption({
this.backend,
required this.provider,
required this.providerFriendlyName,
required this.model,
this.modelFriendlyName,
this.modelDescription,
this.modalities = const <String>['text'],
this.availableVoices = const <String>[],
this.defaultOutputVoice,
this.inputFormat,
this.outputFormat,
this.turnDetection,
this.realtimeProtocols = const <String>[],
this.supportsAttachments = false,
this.accepts = const <String>[],
this.active = false,
});