GenerateRequest constructor

GenerateRequest({
  1. required List<Message?>? messages,
  2. dynamic config,
  3. List<ToolDefinition?>? tools,
  4. String? toolChoice,
  5. OutputConfig? output,
  6. List<DocumentData?>? docs,
  7. double? candidates,
})

Implementation

GenerateRequest({
  required this.messages,
  this.config,
  this.tools,
  this.toolChoice,
  this.output,
  this.docs,
  this.candidates,
});