You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: fern/apis/api/openapi.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26567,7 +26567,7 @@
26567
26567
},
26568
26568
"modelOutputInMessagesEnabled": {
26569
26569
"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",
26571
26571
"example": false
26572
26572
},
26573
26573
"transportConfigurations": {
@@ -27505,7 +27505,7 @@
27505
27505
},
27506
27506
"modelOutputInMessagesEnabled": {
27507
27507
"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",
27509
27509
"example": false
27510
27510
},
27511
27511
"transportConfigurations": {
@@ -28340,7 +28340,7 @@
28340
28340
},
28341
28341
"modelOutputInMessagesEnabled": {
28342
28342
"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",
28344
28344
"example": false
28345
28345
},
28346
28346
"transportConfigurations": {
@@ -29265,7 +29265,7 @@
29265
29265
},
29266
29266
"modelOutputInMessagesEnabled": {
29267
29267
"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",
0 commit comments