Skip to content

Commit 08e2615

Browse files
WaelKarkoubekzhu
andauthored
fix type hint for send intro (#1912)
Co-authored-by: Eric Zhu <[email protected]>
1 parent 29b9c80 commit 08e2615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/agentchat/groupchat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def custom_speaker_selection_func(
7373
allowed_or_disallowed_speaker_transitions: Optional[Dict] = None
7474
speaker_transitions_type: Literal["allowed", "disallowed", None] = None
7575
enable_clear_history: Optional[bool] = False
76-
send_introductions: Optional[bool] = False
76+
send_introductions: bool = False
7777

7878
_VALID_SPEAKER_SELECTION_METHODS = ["auto", "manual", "random", "round_robin"]
7979
_VALID_SPEAKER_TRANSITIONS_TYPE = ["allowed", "disallowed", None]

0 commit comments

Comments
 (0)