Skip to content
Closed
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
136 changes: 136 additions & 0 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -38913,6 +38913,14 @@
"$ref": "#/components/schemas/Call"
}
]
},
"chat": {
"description": "This is the chat object.",
"allOf": [
{
"$ref": "#/components/schemas/Chat"
}
]
}
},
"required": [
Expand Down Expand Up @@ -39024,6 +39032,14 @@
"$ref": "#/components/schemas/Call"
}
]
},
"chat": {
"description": "This is the chat object.",
"allOf": [
{
"$ref": "#/components/schemas/Chat"
}
]
}
},
"required": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -39754,6 +39778,14 @@
"$ref": "#/components/schemas/Call"
}
]
},
"chat": {
"description": "This is the chat object.",
"allOf": [
{
"$ref": "#/components/schemas/Chat"
}
]
}
},
"required": [
Expand Down Expand Up @@ -39865,6 +39897,14 @@
"$ref": "#/components/schemas/Call"
}
]
},
"chat": {
"description": "This is the chat object.",
"allOf": [
{
"$ref": "#/components/schemas/Chat"
}
]
}
},
"required": [
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -40044,6 +40092,14 @@
"$ref": "#/components/schemas/Call"
}
]
},
"chat": {
"description": "This is the chat object.",
"allOf": [
{
"$ref": "#/components/schemas/Chat"
}
]
}
},
"required": [
Expand Down Expand Up @@ -40141,6 +40197,14 @@
"$ref": "#/components/schemas/Call"
}
]
},
"chat": {
"description": "This is the chat object.",
"allOf": [
{
"$ref": "#/components/schemas/Chat"
}
]
}
},
"required": [
Expand Down Expand Up @@ -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\"."
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -41000,6 +41080,14 @@
"$ref": "#/components/schemas/Call"
}
]
},
"chat": {
"description": "This is the chat object.",
"allOf": [
{
"$ref": "#/components/schemas/Chat"
}
]
}
},
"required": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -41293,6 +41397,14 @@
"$ref": "#/components/schemas/Call"
}
]
},
"chat": {
"description": "This is the chat object.",
"allOf": [
{
"$ref": "#/components/schemas/Chat"
}
]
}
},
"required": [
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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."
Expand Down