> For the complete documentation index, see [llms.txt](https://docs.sov.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sov.ai/api-reference/utils/helpers.md).

# Helpers

**Module:** `sovai.utils.helpers`

## Functions

### `dict_depth()`

```python
def dict_depth(my_dict: dict) -> int
```

Depth dict counter help us to know nested dict structure

**Returns**

int

***
