Skip to main content

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.

run_group_chat

run_group_chat(
    pattern: Pattern,
    messages: list[dict[str, Any]] | str,
    max_rounds: int = 20
) -> RunResponseProtocol
Parameters:
NameDescription
patternType: Pattern
messagesType: list[dict[str, typing.Any]] | str
max_roundsType: int

Default: 20