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