fix: timedelta as cache serializable error

This commit is contained in:
Diogo Munaro Vieira
2025-08-28 11:42:25 -03:00
parent e638c5490d
commit d2ffca24bb
+1 -1
View File
@@ -108,7 +108,7 @@ class LowestLatencyLoggingHandler(CustomLogger):
if final_value is not None:
final_value = float(final_value)
else:
final_value = response_ms
final_value = response_seconds
if time_to_first_token_response_time is not None:
if isinstance(time_to_first_token_response_time, timedelta):