chat
autogen.agentchat.chat.a_initiate_chats
a_initiate_chats
(async) Initiate a list of chats.
Parameters:Name | Description |
---|---|
chat_queue | Type: list[dict[str, typing.Any]] |
Type | Description |
---|---|
dict[int, autogen.ChatResult] | - (Dict): a dict of ChatId: ChatResult corresponding to the finished chats in the chat_queue. |