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."