GenerateResponse constructor
GenerateResponse({
- Message? message,
- FinishReason? finishReason,
- String? finishMessage,
- double? latencyMs,
- GenerationUsage? usage,
- dynamic custom,
- dynamic raw,
- GenerateRequest? request,
- Operation? operation,
- List<
Candidate?> ? candidates,
Implementation
GenerateResponse({
this.message,
this.finishReason,
this.finishMessage,
this.latencyMs,
this.usage,
this.custom,
this.raw,
this.request,
this.operation,
this.candidates,
});