Skip to content

Commit b0818dd

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#226)
Co-authored-by: github-actions[bot] <[email protected]>
1 parent 40dc9e4 commit b0818dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ partial void ProcessClassifyResponseContent(
645645
/// Included only in requests
646646
/// </param>
647647
/// <param name="preset">
648-
/// The ID of a custom playground preset. You can create presets in the [playground](https://dashboard.cohere.com/playground/classify?model=large). If you use a preset, all other parameters become optional, and any included parameters will override the preset's parameters.<br/>
648+
/// The ID of a custom playground preset. You can create presets in the [playground](https://dashboard.cohere.com/playground). If you use a preset, all other parameters become optional, and any included parameters will override the preset's parameters.<br/>
649649
/// Included only in requests<br/>
650650
/// Example: my-preset-a58sbd
651651
/// </param>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public partial interface ICohereClient
4040
/// Included only in requests
4141
/// </param>
4242
/// <param name="preset">
43-
/// The ID of a custom playground preset. You can create presets in the [playground](https://dashboard.cohere.com/playground/classify?model=large). If you use a preset, all other parameters become optional, and any included parameters will override the preset's parameters.<br/>
43+
/// The ID of a custom playground preset. You can create presets in the [playground](https://dashboard.cohere.com/playground). If you use a preset, all other parameters become optional, and any included parameters will override the preset's parameters.<br/>
4444
/// Included only in requests<br/>
4545
/// Example: my-preset-a58sbd
4646
/// </param>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public sealed partial class ClassifyRequest
3333
public string? Model { get; set; }
3434

3535
/// <summary>
36-
/// The ID of a custom playground preset. You can create presets in the [playground](https://dashboard.cohere.com/playground/classify?model=large). If you use a preset, all other parameters become optional, and any included parameters will override the preset's parameters.<br/>
36+
/// The ID of a custom playground preset. You can create presets in the [playground](https://dashboard.cohere.com/playground). If you use a preset, all other parameters become optional, and any included parameters will override the preset's parameters.<br/>
3737
/// Included only in requests<br/>
3838
/// Example: my-preset-a58sbd
3939
/// </summary>

src/libs/Cohere/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ paths:
849849
- public
850850
preset:
851851
type: string
852-
description: 'The ID of a custom playground preset. You can create presets in the [playground](https://dashboard.cohere.com/playground/classify?model=large). If you use a preset, all other parameters become optional, and any included parameters will override the preset''s parameters.'
852+
description: 'The ID of a custom playground preset. You can create presets in the [playground](https://dashboard.cohere.com/playground). If you use a preset, all other parameters become optional, and any included parameters will override the preset''s parameters.'
853853
writeOnly: true
854854
example: my-preset-a58sbd
855855
deprecated: true

0 commit comments

Comments
 (0)