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
18 changes: 13 additions & 5 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10162,6 +10162,10 @@
"description": "The version number of the Langfuse prompt to link generations to. Used together with promptName to identify the exact prompt version. https://langfuse.com/docs/prompt-management/features/link-to-traces",
"minimum": 1
},
"traceName": {
"type": "string",
"description": "Custom name for the Langfuse trace. Supports Liquid templates.\n\nAvailable variables:\n- {{ call.id }} - Call UUID\n- {{ call.type }} - 'inboundPhoneCall', 'outboundPhoneCall', 'webCall'\n- {{ assistant.name }} - Assistant name\n- {{ assistant.id }} - Assistant ID\n\nExample: \"{{ assistant.name }} - {{ call.type }}\"\n\nDefaults to call ID if not provided."
},
"tags": {
"description": "This is an array of tags to be added to the Langfuse trace. Tags allow you to categorize and filter traces. https://langfuse.com/docs/tracing-features/tags",
"type": "array",
Expand Down Expand Up @@ -11698,7 +11702,7 @@
"enabled": {
"type": "boolean",
"description": "Whether smart denoising using Krisp is enabled.",
"default": false
"default": true
}
}
},
Expand Down Expand Up @@ -26774,7 +26778,7 @@
},
"modelOutputInMessagesEnabled": {
"type": "boolean",
"description": "This determines whether the model's output is used in conversation history rather than the transcription of assistant's speech.\n\nDefault `false` while in beta.\n\n@default false",
"description": "This determines whether the model's output is used in conversation history rather than the transcription of assistant's speech.\n\n@default false",
"example": false
},
"transportConfigurations": {
Expand Down Expand Up @@ -27712,7 +27716,7 @@
},
"modelOutputInMessagesEnabled": {
"type": "boolean",
"description": "This determines whether the model's output is used in conversation history rather than the transcription of assistant's speech.\n\nDefault `false` while in beta.\n\n@default false",
"description": "This determines whether the model's output is used in conversation history rather than the transcription of assistant's speech.\n\n@default false",
"example": false
},
"transportConfigurations": {
Expand Down Expand Up @@ -28547,7 +28551,7 @@
},
"modelOutputInMessagesEnabled": {
"type": "boolean",
"description": "This determines whether the model's output is used in conversation history rather than the transcription of assistant's speech.\n\nDefault `false` while in beta.\n\n@default false",
"description": "This determines whether the model's output is used in conversation history rather than the transcription of assistant's speech.\n\n@default false",
"example": false
},
"transportConfigurations": {
Expand Down Expand Up @@ -29472,7 +29476,7 @@
},
"modelOutputInMessagesEnabled": {
"type": "boolean",
"description": "This determines whether the model's output is used in conversation history rather than the transcription of assistant's speech.\n\nDefault `false` while in beta.\n\n@default false",
"description": "This determines whether the model's output is used in conversation history rather than the transcription of assistant's speech.\n\n@default false",
"example": false
},
"transportConfigurations": {
Expand Down Expand Up @@ -54374,6 +54378,9 @@
},
"error": {
"$ref": "#/components/schemas/CredentialSessionError"
},
"tags": {
"type": "object"
}
},
"required": [
Expand Down Expand Up @@ -55919,6 +55926,7 @@
"costBreakdown.ttsCharacters",
"costBreakdown.llmPromptTokens",
"costBreakdown.llmCompletionTokens",
"costBreakdown.llmCachedPromptTokens",
"duration",
"concurrency",
"minutesUsed"
Expand Down