fix: oracle asr timestamp not resolved#2123
Conversation
|
Code review posted - see details in response |
Code ReviewSummaryThis PR fixes Oracle ASR timestamp field names ( Core Bug Fix - oracle_asr_python/extension.pyThe one-liner fix is correct. Renaming oracle_tts_python/oracle_tts.py - _get_audio_bytes_cancellableThe cancellation approach is a genuine improvement over the previous blocking 1. Use
fut = asyncio.get_running_loop().run_in_executor(None, self._get_audio_bytes, text)2.
openai_llm2_python/openai.py - custom_headersClean implementation. One minor point: header keys are passed through property.json - voice_assistant_oracle graphThe graph structure is correct and follows the established pattern. One minor observation: the OverallThe core fix is solid and the supporting changes are well-considered. The two items most worth a follow-up are the |
No description provided.