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