TerminateTarget
autogen.agentchat.group.targets.transition_target.TerminateTarget #
Bases: TransitionTarget
Target that represents a termination of the conversation.
can_resolve_for_speaker_selection #
resolve #
Resolve to termination.
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 #
create_wrapper_agent #
Create a wrapper agent for the target if needed.
Source code in autogen/agentchat/group/targets/transition_target.py
activate_target #
Activate the target in the groupchat, setting the next target for GroupToolExecutor.
The Tool Executor's next target attribute will be picked up on the next iteration when _determine_next_agent is called