> ## Documentation Index
> Fetch the complete documentation index at: https://private-04b27de1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.agentchat.group.group_utils.cleanup_temp_user_messages

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

#### cleanup\_temp\_user\_messages

```python theme={null}
cleanup_temp_user_messages(chat_result: Any) -> None
```

Remove temporary user proxy agent name from messages before returning.<br />

<b>Parameters:</b>

| Name          | Description                                   |
| ------------- | --------------------------------------------- |
| `chat_result` | ChatResult instance.<br /><br />**Type:** Any |

<br />
