From d1d74c571c9edf20c086d5e1fca4c9ef1ebb3e8b Mon Sep 17 00:00:00 2001 From: Nimo Beeren Date: Fri, 17 Oct 2025 10:38:06 +0200 Subject: [PATCH] add ellipsis character to sentence ending punctuation list --- src/pipecat/utils/string.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipecat/utils/string.py b/src/pipecat/utils/string.py index c9cb05142..11964d23f 100644 --- a/src/pipecat/utils/string.py +++ b/src/pipecat/utils/string.py @@ -47,6 +47,7 @@ SENTENCE_ENDING_PUNCTUATION: FrozenSet[str] = frozenset( "!", "?", ";", + "…", # East Asian punctuation (Chinese (Traditional & Simplified), Japanese, Korean) "。", # Ideographic full stop "?", # Full-width question mark