We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b9c80 commit 08e2615Copy full SHA for 08e2615
autogen/agentchat/groupchat.py
@@ -73,7 +73,7 @@ def custom_speaker_selection_func(
73
allowed_or_disallowed_speaker_transitions: Optional[Dict] = None
74
speaker_transitions_type: Literal["allowed", "disallowed", None] = None
75
enable_clear_history: Optional[bool] = False
76
- send_introductions: Optional[bool] = False
+ send_introductions: bool = False
77
78
_VALID_SPEAKER_SELECTION_METHODS = ["auto", "manual", "random", "round_robin"]
79
_VALID_SPEAKER_TRANSITIONS_TYPE = ["allowed", "disallowed", None]
0 commit comments