Skip to content

Commit 96f5559

Browse files
Merge pull request #131 from tryAGI/bot/update-openapi_202412201825
feat:No changes made in the pull request.
2 parents c45152f + 4871065 commit 96f5559

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

src/libs/Cohere/Generated/Cohere.CohereApi.Generate.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@ partial void ProcessGenerateResponseContent(
601601
/// Included only in requests
602602
/// </param>
603603
/// <param name="returnLikelihoods">
604-
/// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
604+
/// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
605605
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.<br/>
606-
/// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.<br/>
606+
/// WARNING: `ALL` is deprecated, and will be removed in a future release.<br/>
607607
/// Default Value: NONE
608608
/// </param>
609609
/// <param name="rawPrompting">

src/libs/Cohere/Generated/Cohere.ICohereApi.Generate.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ public partial interface ICohereApi
112112
/// Included only in requests
113113
/// </param>
114114
/// <param name="returnLikelihoods">
115-
/// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
115+
/// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
116116
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.<br/>
117-
/// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.<br/>
117+
/// WARNING: `ALL` is deprecated, and will be removed in a future release.<br/>
118118
/// Default Value: NONE
119119
/// </param>
120120
/// <param name="rawPrompting">

src/libs/Cohere/Generated/Cohere.Models.GenerateRequest.g.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ public sealed partial class GenerateRequest
140140
public double? PresencePenalty { get; set; }
141141

142142
/// <summary>
143-
/// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
143+
/// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
144144
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.<br/>
145-
/// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.<br/>
145+
/// WARNING: `ALL` is deprecated, and will be removed in a future release.<br/>
146146
/// Default Value: NONE
147147
/// </summary>
148148
[global::System.Text.Json.Serialization.JsonPropertyName("return_likelihoods")]
@@ -248,9 +248,9 @@ public sealed partial class GenerateRequest
248248
/// Included only in requests
249249
/// </param>
250250
/// <param name="returnLikelihoods">
251-
/// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
251+
/// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
252252
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.<br/>
253-
/// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.<br/>
253+
/// WARNING: `ALL` is deprecated, and will be removed in a future release.<br/>
254254
/// Default Value: NONE
255255
/// </param>
256256
/// <param name="rawPrompting">

src/libs/Cohere/Generated/Cohere.Models.GenerateRequestReturnLikelihoods.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
namespace Cohere
55
{
66
/// <summary>
7-
/// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
7+
/// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.<br/>
88
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.<br/>
9-
/// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.<br/>
9+
/// WARNING: `ALL` is deprecated, and will be removed in a future release.<br/>
1010
/// Default Value: NONE
1111
/// </summary>
1212
public enum GenerateRequestReturnLikelihoods
@@ -16,7 +16,7 @@ public enum GenerateRequestReturnLikelihoods
1616
/// </summary>
1717
GENERATION,
1818
/// <summary>
19-
///
19+
/// `ALL` is deprecated, and will be removed in a future release.
2020
/// </summary>
2121
ALL,
2222
/// <summary>

src/libs/Cohere/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ paths:
14401440
- ALL
14411441
- NONE
14421442
type: string
1443-
description: "One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.\n\nIf `GENERATION` is selected, the token likelihoods will only be provided for generated text.\n\nIf `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text."
1443+
description: "One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.\n\nIf `GENERATION` is selected, the token likelihoods will only be provided for generated text.\n\nWARNING: `ALL` is deprecated, and will be removed in a future release."
14441444
default: NONE
14451445
x-fern-audiences:
14461446
- public

0 commit comments

Comments
 (0)