Parse a list of candidate model Generation objects into a specific format.
aparse_result(
self,
result: list[Generation],
*,
partial: bool = False
) -> T| Name | Type | Description |
|---|---|---|
result* | list[Generation] | A list of The Generations are assumed to be different candidate outputs for a single model input. |
partial | bool | Default: FalseWhether to parse the output as a partial result. This is useful for parsers that can parse partial results. |