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
/// Defaults to `0.0`, min value of `0.0`, max value of `1.0`.<br/>
669
669
/// Used to reduce repetitiveness of generated tokens. Similar to `frequency_penalty`, except that this penalty is applied equally to all tokens that have already appeared, regardless of their exact frequencies.
670
670
/// </param>
671
-
/// <param name="rawPrompting">
672
-
/// When enabled, the user's prompt will be sent to the model without<br/>
/// Configuration for forcing the model output to adhere to the specified format. Supported on [Command R](https://docs.cohere.com/v2/docs/command-r), [Command R+](https://docs.cohere.com/v2/docs/command-r-plus) and newer models.<br/>
678
673
/// The model can be forced into outputting JSON objects by setting `{ "type": "json_object" }`.<br/>
Copy file name to clipboardExpand all lines: src/libs/Cohere/Generated/Cohere.ICohereClient.Chatv2.g.cs
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,6 @@ public partial interface ICohereClient
63
63
/// Defaults to `0.0`, min value of `0.0`, max value of `1.0`.<br/>
64
64
/// Used to reduce repetitiveness of generated tokens. Similar to `frequency_penalty`, except that this penalty is applied equally to all tokens that have already appeared, regardless of their exact frequencies.
65
65
/// </param>
66
-
/// <param name="rawPrompting">
67
-
/// When enabled, the user's prompt will be sent to the model without<br/>
/// Configuration for forcing the model output to adhere to the specified format. Supported on [Command R](https://docs.cohere.com/v2/docs/command-r), [Command R+](https://docs.cohere.com/v2/docs/command-r-plus) and newer models.<br/>
73
68
/// The model can be forced into outputting JSON objects by setting `{ "type": "json_object" }`.<br/>
@@ -133,7 +128,6 @@ public partial interface ICohereClient
/// Configuration for forcing the model output to adhere to the specified format. Supported on [Command R](https://docs.cohere.com/v2/docs/command-r), [Command R+](https://docs.cohere.com/v2/docs/command-r-plus) and newer models.<br/>
94
86
/// The model can be forced into outputting JSON objects by setting `{ "type": "json_object" }`.<br/>
@@ -221,11 +213,6 @@ public sealed partial class Chatv2Request
221
213
/// Defaults to `0.0`, min value of `0.0`, max value of `1.0`.<br/>
222
214
/// Used to reduce repetitiveness of generated tokens. Similar to `frequency_penalty`, except that this penalty is applied equally to all tokens that have already appeared, regardless of their exact frequencies.
223
215
/// </param>
224
-
/// <param name="rawPrompting">
225
-
/// When enabled, the user's prompt will be sent to the model without<br/>
/// Configuration for forcing the model output to adhere to the specified format. Supported on [Command R](https://docs.cohere.com/v2/docs/command-r), [Command R+](https://docs.cohere.com/v2/docs/command-r-plus) and newer models.<br/>
231
218
/// The model can be forced into outputting JSON objects by setting `{ "type": "json_object" }`.<br/>
Copy file name to clipboardExpand all lines: src/libs/Cohere/openapi.yaml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7439,11 +7439,6 @@ paths:
7439
7439
format: float
7440
7440
x-fern-audiences:
7441
7441
- public
7442
-
raw_prompting:
7443
-
type: boolean
7444
-
description: "When enabled, the user's prompt will be sent to the model without\nany pre-processing.\n\nCompatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments\n"
0 commit comments