(feat) langfuse add _async_log_event

This commit is contained in:
ishaan-jaff 2023-12-15 21:46:32 +05:30
parent ae9040c43a
commit 7c41d509fe

View file

@ -73,3 +73,6 @@ class LangFuseLogger:
traceback.print_exc()
print_verbose(f"Langfuse Layer Error - {traceback.format_exc()}")
pass
async def _async_log_event(self, kwargs, response_obj, start_time, end_time, print_verbose):
self.log_event(kwargs, response_obj, start_time, end_time, print_verbose)