Skip to content

Commit 467bf72

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#240)
Co-authored-by: github-actions[bot] <bot@openai.com>
1 parent 085ebb6 commit 467bf72

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/libs/Cohere/Generated/Cohere.FinetuningClient.ListEvents.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ partial void ProcessListEventsResponseContent(
3030
ref string content);
3131

3232
/// <summary>
33-
/// Retrieves the chronology of statuses the fine-tuned model has been through.<br/>
33+
/// Fetch history of statuses for a fine-tuned model.<br/>
3434
/// Returns a list of events that occurred during the life-cycle of the fine-tuned model.<br/>
3535
/// The events are ordered by creation time, with the most recent event first.<br/>
3636
/// The list can be paginated using `page_size` and `page_token` parameters.

src/libs/Cohere/Generated/Cohere.FinetuningClient.ListTrainingStepMetrics.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ partial void ProcessListTrainingStepMetricsResponseContent(
2828
ref string content);
2929

3030
/// <summary>
31-
/// Retrieves metrics measured during the training of a fine-tuned model.<br/>
31+
/// Retrieve training metrics for fine-tuned models.<br/>
3232
/// Returns a list of metrics measured during the training of a fine-tuned model.<br/>
3333
/// The metrics are ordered by step number, with the most recent step first.<br/>
3434
/// The list can be paginated using `page_size` and `page_token` parameters.

src/libs/Cohere/Generated/Cohere.IFinetuningClient.ListEvents.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Cohere
55
public partial interface IFinetuningClient
66
{
77
/// <summary>
8-
/// Retrieves the chronology of statuses the fine-tuned model has been through.<br/>
8+
/// Fetch history of statuses for a fine-tuned model.<br/>
99
/// Returns a list of events that occurred during the life-cycle of the fine-tuned model.<br/>
1010
/// The events are ordered by creation time, with the most recent event first.<br/>
1111
/// The list can be paginated using `page_size` and `page_token` parameters.

src/libs/Cohere/Generated/Cohere.IFinetuningClient.ListTrainingStepMetrics.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Cohere
55
public partial interface IFinetuningClient
66
{
77
/// <summary>
8-
/// Retrieves metrics measured during the training of a fine-tuned model.<br/>
8+
/// Retrieve training metrics for fine-tuned models.<br/>
99
/// Returns a list of metrics measured during the training of a fine-tuned model.<br/>
1010
/// The metrics are ordered by step number, with the most recent step first.<br/>
1111
/// The list can be paginated using `page_size` and `page_token` parameters.

src/libs/Cohere/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5902,7 +5902,7 @@ paths:
59025902
get:
59035903
tags:
59045904
- /finetuning
5905-
summary: Retrieves the chronology of statuses the fine-tuned model has been through.
5905+
summary: Fetch history of statuses for a fine-tuned model.
59065906
description: "Returns a list of events that occurred during the life-cycle of the fine-tuned model.\nThe events are ordered by creation time, with the most recent event first.\nThe list can be paginated using `page_size` and `page_token` parameters."
59075907
operationId: ListEvents
59085908
parameters:
@@ -6015,7 +6015,7 @@ paths:
60156015
get:
60166016
tags:
60176017
- /finetuning
6018-
summary: Retrieves metrics measured during the training of a fine-tuned model.
6018+
summary: Retrieve training metrics for fine-tuned models.
60196019
description: "Returns a list of metrics measured during the training of a fine-tuned model.\nThe metrics are ordered by step number, with the most recent step first.\nThe list can be paginated using `page_size` and `page_token` parameters."
60206020
operationId: ListTrainingStepMetrics
60216021
parameters:

0 commit comments

Comments
 (0)