GroupChatTarget
autogen.agentchat.group.GroupChatTarget #
Bases: TransitionTarget
Target that represents a group chat.
can_resolve_for_speaker_selection #
Check if the target can resolve for speaker selection. For GroupChatTarget the chat must be encapsulated into an agent.
resolve #
Resolve to the nested chat configuration.
Source code in autogen/agentchat/group/targets/group_chat_target.py
display_name #
normalized_name #
Get a normalized name for the target that has no spaces, used for function calling.
needs_agent_wrapper #
Check if the target needs to be wrapped in an agent. GroupChatTarget must be wrapped in an agent.
create_wrapper_agent #
Create a wrapper agent for the group chat.