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

<h2 id="autogen.agentchat.group.GroupChatConfig" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">GroupChatConfig</span>
</h2>

```python theme={null}
GroupChatConfig(**data: Any)
```

Configuration for a group chat transition target.<br />Note: If context\_variables are not passed in, the outer context variables will be passed in

Create a new model by parsing and validating input data from keyword arguments.<br />Raises \[`ValidationError`]\[pydantic\_core.ValidationError] if the input data cannot be
validated to form a valid model.<br />`self` is explicitly positional-only to allow `self` as a field name.

<b>Parameters:</b>

| Name     | Description   |
| -------- | ------------- |
| `**data` | **Type:** Any |

### Class Attributes

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

#### max\_rounds

<br />

<br />

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

#### messages

<br />

<br />

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

#### model\_config

<br />

<br />

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

#### pattern

<br />

<br />
