Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7908,6 +7908,17 @@
"maximum": 50,
"default": 2
},
"speakerLabels": {
"description": "Provides friendly speaker labels that map to diarization indices (Speaker 1 -> labels[0]).",
"example": [
"Agent",
"Customer"
],
"type": "array",
"items": {
"type": "string"
}
},
"enablePartials": {
"type": "boolean",
"description": "This enables partial transcripts during speech recognition. When false, only final transcripts are returned.\n\n@default true",
Expand Down Expand Up @@ -9705,6 +9716,17 @@
"maximum": 50,
"default": 2
},
"speakerLabels": {
"description": "Provides friendly speaker labels that map to diarization indices (Speaker 1 -> labels[0]).",
"example": [
"Agent",
"Customer"
],
"type": "array",
"items": {
"type": "string"
}
},
"enablePartials": {
"type": "boolean",
"description": "This enables partial transcripts during speech recognition. When false, only final transcripts are returned.\n\n@default true",
Expand Down Expand Up @@ -30705,6 +30727,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."
Expand Down