> ## 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.

# mistral.Utils

> Utility functions and helpers for Mistral integration.

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

## [MistralUtils](/sdk/python/references/logger/mistral/utils)

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

#### parse\_message\_param

```python theme={null}
@staticmethod
def parse_message_param(
        messages: Optional[Iterable[Any]]) -> List[GenerationRequestMessage]
```

Convert Mistral message objects or dictionaries to log-friendly structures.
