Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add await to to_thread call (#3558)
* refactor(tracing/service.py): change asyncio.create_task to self.logs_queue.put_nowait for better performance and readability * fix(chat.py): remove unnecessary logging of exception in build_flow function to improve code readability and maintainability * refactor(tracing/service.py): refactor _end_and_reset method to use asyncio.create_task for better performance and readability
- Loading branch information