Skip to content

Commit 3c93297

Browse files
Vapi Taskerclaude
andcommitted
fix: remove beta status from modelOutputInMessagesEnabled feature
Remove the beta status text from the modelOutputInMessagesEnabled property description in the OpenAPI specification. The feature is now GA. This affects the description in 4 locations where the property appears in different assistant/workflow configuration schemas. Refs: PRO-627 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 34fe0c2 commit 3c93297

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

fern/apis/api/openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26567,7 +26567,7 @@
2656726567
},
2656826568
"modelOutputInMessagesEnabled": {
2656926569
"type": "boolean",
26570-
"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",
26570+
"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",
2657126571
"example": false
2657226572
},
2657326573
"transportConfigurations": {
@@ -27505,7 +27505,7 @@
2750527505
},
2750627506
"modelOutputInMessagesEnabled": {
2750727507
"type": "boolean",
27508-
"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",
27508+
"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",
2750927509
"example": false
2751027510
},
2751127511
"transportConfigurations": {
@@ -28340,7 +28340,7 @@
2834028340
},
2834128341
"modelOutputInMessagesEnabled": {
2834228342
"type": "boolean",
28343-
"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",
28343+
"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",
2834428344
"example": false
2834528345
},
2834628346
"transportConfigurations": {
@@ -29265,7 +29265,7 @@
2926529265
},
2926629266
"modelOutputInMessagesEnabled": {
2926729267
"type": "boolean",
29268-
"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",
29268+
"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",
2926929269
"example": false
2927029270
},
2927129271
"transportConfigurations": {

0 commit comments

Comments
 (0)