a_run_group_chat
a_run_group_chat(
pattern: Pattern,
messages: list[dict[str, Any]] | str,
max_rounds: int = 20
) -> AsyncRunResponseProtocol
| Name | Description |
|---|---|
pattern | Type: Pattern |
messages | Type: list[dict[str, typing.Any]] | str |
max_rounds | Type: int Default: 20 |