> ## Documentation Index
> Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# openai.Utils

> Utility functions and helpers for Openai integration.

[View module source on GitHub](https://github.com/maximhq/maxim-py/blob/main/maxim/logger/openai/utils.py)

## [OpenAIUtils](/sdk/python/references/logger/openai/utils)

```python theme={null}
class OpenAIUtils()
```

#### parse\_completion\_from\_chunks

```python theme={null}
@staticmethod
def parse_completion_from_chunks(
        chunks: List[ChatCompletionChunk]) -> Dict[str, Any]
```

Convert a list of ChatCompletionChunk objects into a combined response format.
