This commit is contained in:
Timothy J. Baek
2024-06-10 00:15:46 -07:00
parent 2972774d87
commit bf5a62298c
2 changed files with 78 additions and 73 deletions

View File

@@ -205,7 +205,7 @@
if (_responses.at(0)) {
const content = _responses[0];
if (content) {
if ((content ?? '').trim() !== '') {
assistantSpeakingHandler(content);
}
}