GenerateContentRequest constructor
GenerateContentRequest({
- required String model,
- required List<
InternalContent> contents, - List<
InternalSafetySetting> ? safetySettings, - InternalGenerationConfig? generationConfig,
Implementation
GenerateContentRequest({
required this.model,
required this.contents,
this.safetySettings,
this.generationConfig,
});