GenerateRequest constructor
GenerateRequest({
- required List<
Message?> ? messages, - dynamic config,
- List<
ToolDefinition?> ? tools, - String? toolChoice,
- OutputConfig? output,
- List<
DocumentData?> ? docs, - double? candidates,
Implementation
GenerateRequest({
required this.messages,
this.config,
this.tools,
this.toolChoice,
this.output,
this.docs,
this.candidates,
});