NestedChatTarget
autogen.agentchat.group.targets.transition_target.NestedChatTarget #
Bases: TransitionTarget
Target that represents a nested chat configuration.
can_resolve_for_speaker_selection #
Check if the target can resolve for speaker selection. For NestedChatTarget the nested chat must be encapsulated into an agent.
resolve #
Resolve to the nested chat configuration.
Source code in autogen/agentchat/group/targets/transition_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. NestedChatTarget must be wrapped in an agent.
create_wrapper_agent #
Create a wrapper agent for the nested chat.