Parse a list of candidate model Generations into a specific format.
parse_result(
self,
result: List[Generation],
*,
partial: bool = False
) -> Any| Name | Type | Description |
|---|---|---|
result* | List[Generation] | A list of Generations to be parsed. The Generations are assumed to be different candidate outputs for a single model input. |