create_group_transition
Parameters:
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
create_group_transition(
initial_agent: ConversableAgent,
tool_execution: GroupToolExecutor,
group_agent_names: list[str],
user_agent: ForwardRef('ConversableAgent') | None,
group_after_work: TransitionTarget
) -> Callable[[ConversableAgent, GroupChat], Agent | str | None]
| Name | Description |
|---|---|
initial_agent | The first agent to speak Type: ConversableAgent |
tool_execution | The tool execution agent Type: GroupToolExecutor |
group_agent_names | List of all agent names Type: list[str] |
user_agent | Optional user proxy agent Type: ForwardRef(‘ConversableAgent’) | None |
group_after_work | Group-level after work Type: TransitionTarget |