result property
Future that completes with the final generation result and metrics when streaming finishes. Wait for this after consuming the stream to get the complete analytics.
Implementation
final Future<LLMGenerationResult> result;
Future that completes with the final generation result and metrics when streaming finishes. Wait for this after consuming the stream to get the complete analytics.
final Future<LLMGenerationResult> result;