autogen
autogen.register_hand_off
register_hand_off
Register a function to hand off to another agent.
Name | Description |
---|---|
agent | The agent to register the hand off with. Type: ConversableAgent |
hand_to | A list of OnCondition’s and an, optional, AfterWork condition Type: list[OnCondition | AfterWork] | OnCondition | AfterWork |