diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 4449284a..a03538a5 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -5656,6 +5656,11 @@ "maximum": 1, "example": 0.4 }, + "enableUniversalStreamingApi": { + "type": "boolean", + "description": "Uses Assembly AI's new Universal Streaming API. See: https://www.assemblyai.com/docs/speech-to-text/universal-streaming\n\n@default false", + "example": false + }, "realtimeUrl": { "type": "string", "description": "The WebSocket URL that the transcriber connects to." @@ -6985,6 +6990,11 @@ "maximum": 1, "example": 0.4 }, + "enableUniversalStreamingApi": { + "type": "boolean", + "description": "Uses Assembly AI's new Universal Streaming API. See: https://www.assemblyai.com/docs/speech-to-text/universal-streaming\n\n@default false", + "example": false + }, "realtimeUrl": { "type": "string", "description": "The WebSocket URL that the transcriber connects to." @@ -9195,6 +9205,13 @@ } ] }, + "timeout": { + "type": "number", + "description": "This is the timeout in seconds for the warm-transfer-wait-for-operator-to-speak-first-and-then-say-message/summary\n\n@default 60", + "minimum": 1, + "maximum": 600, + "default": 60 + }, "sipVerb": { "type": "object", "description": "This specifies the SIP verb to use while transferring the call.\n- 'refer': Uses SIP REFER to transfer the call (default)\n- 'bye': Ends current call with SIP BYE\n- 'dial': Uses SIP DIAL to transfer the call", @@ -18512,6 +18529,11 @@ "AnalysisPlan": { "type": "object", "properties": { + "minMessagesThreshold": { + "type": "number", + "description": "The minimum number of messages required to run the analysis plan.\nIf the number of messages is less than this, analysis will be skipped.\n@default 2", + "minimum": 0 + }, "summaryPlan": { "description": "This is the plan for generating the summary of the call. This outputs to `call.analysis.summary`.", "allOf": [