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