Skip to content

ParticipantRole

autogen.beta.network.session.ParticipantRole #

Bases: str, Enum

Role of a participant within a session.

Consulting uses INITIATOR + RESPONDENT (2-party). Discussion and conversation use INITIATOR + PARTICIPANT (multi-party).

INITIATOR class-attribute instance-attribute #

INITIATOR = 'initiator'

RESPONDENT class-attribute instance-attribute #

RESPONDENT = 'respondent'

PARTICIPANT class-attribute instance-attribute #

PARTICIPANT = 'participant'