add message to TranscriptionFrame result
This commit is contained in:
@@ -249,6 +249,7 @@ class AssemblyAISTTService(STTService):
|
|||||||
"", # participant
|
"", # participant
|
||||||
time_now_iso8601(),
|
time_now_iso8601(),
|
||||||
self._language,
|
self._language,
|
||||||
|
message,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
await self.stop_processing_metrics()
|
await self.stop_processing_metrics()
|
||||||
@@ -259,5 +260,6 @@ class AssemblyAISTTService(STTService):
|
|||||||
"", # participant
|
"", # participant
|
||||||
time_now_iso8601(),
|
time_now_iso8601(),
|
||||||
self._language,
|
self._language,
|
||||||
|
message,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user