Skip to content

Commit fd76ef5

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent 748ec7c commit fd76ef5

9 files changed

+437
-644
lines changed

src/libs/Cohere/Generated/Cohere..JsonSerializerContext.g.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ namespace Cohere
115115
typeof(global::Cohere.JsonConverters.GenerateStreamedResponseDiscriminatorEventTypeNullableJsonConverter),
116116
typeof(global::Cohere.JsonConverters.GetClusterJobResponseStatusJsonConverter),
117117
typeof(global::Cohere.JsonConverters.GetClusterJobResponseStatusNullableJsonConverter),
118-
typeof(global::Cohere.JsonConverters.ReasoningEffortJsonConverter),
119-
typeof(global::Cohere.JsonConverters.ReasoningEffortNullableJsonConverter),
120118
typeof(global::Cohere.JsonConverters.ResponseFormatDiscriminatorTypeJsonConverter),
121119
typeof(global::Cohere.JsonConverters.ResponseFormatDiscriminatorTypeNullableJsonConverter),
122120
typeof(global::Cohere.JsonConverters.ResponseFormatV2DiscriminatorTypeJsonConverter),

src/libs/Cohere/Generated/Cohere.CohereClient.Chatv2.g.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,6 @@ partial void ProcessChatv2ResponseContent(
667667
/// Defaults to `0.0`, min value of `0.0`, max value of `1.0`.<br/>
668668
/// 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.
669669
/// </param>
670-
/// <param name="reasoningEffort">
671-
/// The reasoning effort level of the model. This affects the model's performance and the time it takes to generate a response.
672-
/// </param>
673670
/// <param name="responseFormat">
674671
/// 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/>
675672
/// The model can be forced into outputting JSON objects by setting `{ "type": "json_object" }`.<br/>
@@ -733,7 +730,6 @@ partial void ProcessChatv2ResponseContent(
733730
int? maxTokens = default,
734731
float? p = default,
735732
float? presencePenalty = default,
736-
global::Cohere.ReasoningEffort? reasoningEffort = default,
737733
global::Cohere.ResponseFormatV2? responseFormat = default,
738734
global::Cohere.Chatv2RequestSafetyMode? safetyMode = default,
739735
int? seed = default,
@@ -757,7 +753,6 @@ partial void ProcessChatv2ResponseContent(
757753
Model = model,
758754
P = p,
759755
PresencePenalty = presencePenalty,
760-
ReasoningEffort = reasoningEffort,
761756
ResponseFormat = responseFormat,
762757
SafetyMode = safetyMode,
763758
Seed = seed,

src/libs/Cohere/Generated/Cohere.ICohereClient.Chatv2.g.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ public partial interface ICohereClient
6262
/// Defaults to `0.0`, min value of `0.0`, max value of `1.0`.<br/>
6363
/// 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.
6464
/// </param>
65-
/// <param name="reasoningEffort">
66-
/// The reasoning effort level of the model. This affects the model's performance and the time it takes to generate a response.
67-
/// </param>
6865
/// <param name="responseFormat">
6966
/// 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/>
7067
/// The model can be forced into outputting JSON objects by setting `{ "type": "json_object" }`.<br/>
@@ -128,7 +125,6 @@ public partial interface ICohereClient
128125
int? maxTokens = default,
129126
float? p = default,
130127
float? presencePenalty = default,
131-
global::Cohere.ReasoningEffort? reasoningEffort = default,
132128
global::Cohere.ResponseFormatV2? responseFormat = default,
133129
global::Cohere.Chatv2RequestSafetyMode? safetyMode = default,
134130
int? seed = default,

src/libs/Cohere/Generated/Cohere.JsonConverters.ReasoningEffort.g.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/libs/Cohere/Generated/Cohere.JsonConverters.ReasoningEffortNullable.g.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)