diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index ec500858..69a4e9d5 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -38913,6 +38913,14 @@ "$ref": "#/components/schemas/Call" } ] + }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] } }, "required": [ @@ -39024,6 +39032,14 @@ "$ref": "#/components/schemas/Call" } ] + }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] } }, "required": [ @@ -39658,6 +39674,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "analysis": { "description": "This is the analysis of the call. This can also be found at `call.analysis` on GET /call/:id.", "allOf": [ @@ -39754,6 +39778,14 @@ "$ref": "#/components/schemas/Call" } ] + }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] } }, "required": [ @@ -39865,6 +39897,14 @@ "$ref": "#/components/schemas/Call" } ] + }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] } }, "required": [ @@ -39943,6 +39983,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "output": { "type": "object", "description": "This is the output of the model. It can be a token or tool call." @@ -40044,6 +40092,14 @@ "$ref": "#/components/schemas/Call" } ] + }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] } }, "required": [ @@ -40141,6 +40197,14 @@ "$ref": "#/components/schemas/Call" } ] + }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] } }, "required": [ @@ -40792,6 +40856,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "transcript": { "type": "string", "description": "This is the transcript of the call. This is only sent if the status is \"forwarding\"." @@ -40917,6 +40989,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "toolCallList": { "description": "This is the list of tool calls that the model is requesting.", "type": "array", @@ -41000,6 +41080,14 @@ "$ref": "#/components/schemas/Call" } ] + }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] } }, "required": [ @@ -41094,6 +41182,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "toAssistant": { "description": "This is the assistant that the call is being transferred to. This is only sent if `destination.type` is \"assistant\".", "allOf": [ @@ -41195,6 +41291,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "role": { "type": "string", "description": "This is the role for which the transcript is for.", @@ -41293,6 +41397,14 @@ "$ref": "#/components/schemas/Call" } ] + }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] } }, "required": [ @@ -41370,6 +41482,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "language": { "type": "string", "description": "This is the language the transcriber is switched to." @@ -41451,6 +41571,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "input": { "type": "string", "description": "This is the voice input content" @@ -41532,6 +41660,14 @@ } ] }, + "chat": { + "description": "This is the chat object.", + "allOf": [ + { + "$ref": "#/components/schemas/Chat" + } + ] + }, "text": { "type": "string", "description": "This is the text to be synthesized."