From 7d7722eaf497f58cdd69f22739949cf2431f8270 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 Nov 2025 00:28:05 +0000 Subject: [PATCH] Update API specifications with fern api update --- fern/apis/api/openapi.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index c2157684..3c60b84f 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -30705,6 +30705,14 @@ "type": "number", "description": "This is the average latency for complete turns." }, + "fromTransportLatencyAverage": { + "type": "number", + "description": "This is the average latency for packets received from the transport provider in milliseconds." + }, + "toTransportLatencyAverage": { + "type": "number", + "description": "This is the average latency for packets sent to the transport provider in milliseconds." + }, "numUserInterrupted": { "type": "number", "description": "This is the number of times the user was interrupted by the assistant during the call."