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

# autogen.agentchat.utils.consolidate_chat_info

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### consolidate\_chat\_info

```python theme={null}
consolidate_chat_info(chat_info: dict[str, Any] | list[dict[str, Any]], uniform_sender: Agent | None = None) -> None
```

<b>Parameters:</b>

| Name             | Description                                                                               |
| ---------------- | ----------------------------------------------------------------------------------------- |
| `chat_info`      | **Type:** dict\[str, typing.Any] \| list\[dict\[str, typing.Any]]                         |
| `uniform_sender` | **Type:** [Agent](/docs/api-reference/autogen/Agent) \| None<br /><br />**Default:** None |

<br />
