From 1e62748b3ce39b530cf4fc4d841306cd5ceb06dd Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Dec 2025 00:29:04 +0000 Subject: [PATCH] Update API specifications with fern api update --- fern/apis/api/openapi.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index f16a81b3..dfe0a35b 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -8838,7 +8838,7 @@ }, "numeralStyle": { "type": "string", - "description": "This controls how numbers are formatted in the transcription output.\n\n@default 'written'", + "description": "This controls how numbers, dates, currencies, and other entities are formatted in the transcription output.\n\n@default 'written'", "example": "spoken", "enum": [ "written", @@ -8846,12 +8846,6 @@ ], "default": "written" }, - "enableEntities": { - "type": "boolean", - "description": "This enables detection of non-speech audio events like music, applause, and laughter.\n\n@default false", - "example": true, - "default": false - }, "endOfTurnSensitivity": { "type": "number", "description": "This is the sensitivity level for end-of-turn detection, which determines when a speaker has finished talking. Higher values are more sensitive.\n\n@default 0.5", @@ -10628,7 +10622,7 @@ }, "numeralStyle": { "type": "string", - "description": "This controls how numbers are formatted in the transcription output.\n\n@default 'written'", + "description": "This controls how numbers, dates, currencies, and other entities are formatted in the transcription output.\n\n@default 'written'", "example": "spoken", "enum": [ "written", @@ -10636,12 +10630,6 @@ ], "default": "written" }, - "enableEntities": { - "type": "boolean", - "description": "This enables detection of non-speech audio events like music, applause, and laughter.\n\n@default false", - "example": true, - "default": false - }, "endOfTurnSensitivity": { "type": "number", "description": "This is the sensitivity level for end-of-turn detection, which determines when a speaker has finished talking. Higher values are more sensitive.\n\n@default 0.5",