autogen
autogen.initiate_chats
initiate_chats
Initiate a list of chats.
Parameters:Name | Description |
---|---|
chat_queue | A list of dictionaries containing the information about the chats. Each dictionary should contain the input arguments for ConversableAgent.initiate_chat .Type: list[dict[str, typing.Any]] |
Type | Description |
---|---|
list[autogen.ChatResult] | (list): a list of ChatResult objects corresponding to the finished chats in the chat_queue. |