Documentation Index
Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
a_initiate_group_chat
Parameters:
| Name | Description |
|---|---|
pattern | Pattern object that encapsulates the chat configuration. Type: Pattern |
messages | Initial message(s). Type: list[dict[str, typing.Any]] | str |
max_rounds | Maximum number of conversation rounds. Type: int Default: 20 |
| Type | Description |
|---|---|
| tuple[ChatResult, ContextVariables, ‘Agent’] | ChatResult: Conversations chat history. ContextVariables: Updated Context variables. “ConversableAgent”: Last speaker. |