get_last_agent_speaker

get_last_agent_speaker(
    groupchat: GroupChat,
    group_agent_names: list[str],
    tool_executor: GroupToolExecutor
) -> Agent

Get the last group agent from the group chat messages. Not including the tool executor.

Parameters:
NameDescription
groupchatType: GroupChat
group_agent_namesType: list[str]
tool_executorType: GroupToolExecutor