a_initiate_chats

a_initiate_chats(chat_queue: list[dict[str, typing.Any]]) -> dict[int, autogen.ChatResult]

(async) Initiate a list of chats.

Parameters:
NameDescription
chat_queueType: list[dict[str, typing.Any]]
Returns:
TypeDescription
dict[int, autogen.ChatResult]- (Dict): a dict of ChatId: ChatResult corresponding to the finished chats in the chat_queue.