Parse the result of an LLM call to a JSON object.
parse_result(
self,
result: list[Generation],
*,
partial: bool = False
) -> Any| Name | Type | Description |
|---|---|---|
result* | list[Generation] | The result of the LLM call. |
partial | bool | Default: FalseWhether to parse partial JSON objects. |