From a1c1d4cfcba555a18c96a7954d43a2ba06ccca56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Mar 2026 15:45:29 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs | 2 ++ .../Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs | 2 ++ .../Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs | 2 ++ src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs | 1 + src/libs/Groq/Generated/Groq.BatchClient.CreateBatch.g.cs | 2 ++ src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs | 1 + src/libs/Groq/Generated/Groq.BatchClient.RetrieveBatch.g.cs | 1 + .../Groq/Generated/Groq.ChatClient.CreateChatCompletion.g.cs | 2 ++ .../Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs | 2 ++ src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs | 1 + src/libs/Groq/Generated/Groq.FilesClient.DownloadFile.g.cs | 1 + src/libs/Groq/Generated/Groq.FilesClient.ListFiles.g.cs | 1 + src/libs/Groq/Generated/Groq.FilesClient.RetrieveFile.g.cs | 1 + src/libs/Groq/Generated/Groq.FilesClient.UploadFile.g.cs | 4 +++- .../Generated/Groq.FineTuningClient.CreateFineTuning.g.cs | 2 ++ .../Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs | 1 + .../Groq/Generated/Groq.FineTuningClient.GetFineTuning.g.cs | 1 + .../Groq/Generated/Groq.FineTuningClient.ListFineTunings.g.cs | 1 + src/libs/Groq/Generated/Groq.IAudioClient.CreateSpeech.g.cs | 2 ++ .../Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs | 2 ++ .../Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs | 2 ++ src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs | 1 + src/libs/Groq/Generated/Groq.IBatchClient.CreateBatch.g.cs | 2 ++ src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs | 1 + src/libs/Groq/Generated/Groq.IBatchClient.RetrieveBatch.g.cs | 1 + .../Groq/Generated/Groq.IChatClient.CreateChatCompletion.g.cs | 2 ++ .../Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs | 2 ++ src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs | 1 + src/libs/Groq/Generated/Groq.IFilesClient.DownloadFile.g.cs | 1 + src/libs/Groq/Generated/Groq.IFilesClient.ListFiles.g.cs | 1 + src/libs/Groq/Generated/Groq.IFilesClient.RetrieveFile.g.cs | 1 + src/libs/Groq/Generated/Groq.IFilesClient.UploadFile.g.cs | 2 ++ .../Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs | 2 ++ .../Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs | 1 + .../Groq/Generated/Groq.IFineTuningClient.GetFineTuning.g.cs | 1 + .../Generated/Groq.IFineTuningClient.ListFineTunings.g.cs | 1 + src/libs/Groq/Generated/Groq.IModelsClient.DeleteModel.g.cs | 1 + src/libs/Groq/Generated/Groq.IModelsClient.ListModels.g.cs | 1 + src/libs/Groq/Generated/Groq.IModelsClient.RetrieveModel.g.cs | 1 + .../Groq/Generated/Groq.IRerankingClient.CreateReranking.g.cs | 2 ++ .../Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs | 2 ++ src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs | 1 + src/libs/Groq/Generated/Groq.ModelsClient.ListModels.g.cs | 1 + src/libs/Groq/Generated/Groq.ModelsClient.RetrieveModel.g.cs | 1 + .../Groq/Generated/Groq.RerankingClient.CreateReranking.g.cs | 2 ++ .../Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs | 2 ++ 46 files changed, 67 insertions(+), 1 deletion(-) diff --git a/src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs b/src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs index dc30e28..32c6441 100644 --- a/src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs +++ b/src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs @@ -21,9 +21,11 @@ partial void ProcessCreateSpeechResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref byte[] content); + /// /// Generates audio from the input text. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs b/src/libs/Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs index 27e49c0..df24a43 100644 --- a/src/libs/Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs +++ b/src/libs/Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs @@ -21,9 +21,11 @@ partial void ProcessCreateTranscriptionResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Transcribes audio into the input language. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs b/src/libs/Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs index b654538..3aa2534 100644 --- a/src/libs/Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs +++ b/src/libs/Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs @@ -21,9 +21,11 @@ partial void ProcessCreateTranslationResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Translates audio into English. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs b/src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs index c5e8306..3feb632 100644 --- a/src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs @@ -21,6 +21,7 @@ partial void ProcessCancelBatchResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Cancels a batch. /// diff --git a/src/libs/Groq/Generated/Groq.BatchClient.CreateBatch.g.cs b/src/libs/Groq/Generated/Groq.BatchClient.CreateBatch.g.cs index 27d4bcc..ac9f8ad 100644 --- a/src/libs/Groq/Generated/Groq.BatchClient.CreateBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.BatchClient.CreateBatch.g.cs @@ -21,9 +21,11 @@ partial void ProcessCreateBatchResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Creates and executes a batch from an uploaded file of requests. [Learn more](/docs/batch). /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs b/src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs index 3876580..05ea6ec 100644 --- a/src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs +++ b/src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs @@ -19,6 +19,7 @@ partial void ProcessListBatchesResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// List your organization's batches. /// diff --git a/src/libs/Groq/Generated/Groq.BatchClient.RetrieveBatch.g.cs b/src/libs/Groq/Generated/Groq.BatchClient.RetrieveBatch.g.cs index 1aa923b..13effb4 100644 --- a/src/libs/Groq/Generated/Groq.BatchClient.RetrieveBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.BatchClient.RetrieveBatch.g.cs @@ -21,6 +21,7 @@ partial void ProcessRetrieveBatchResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Retrieves a batch. /// diff --git a/src/libs/Groq/Generated/Groq.ChatClient.CreateChatCompletion.g.cs b/src/libs/Groq/Generated/Groq.ChatClient.CreateChatCompletion.g.cs index 7521deb..b97b494 100644 --- a/src/libs/Groq/Generated/Groq.ChatClient.CreateChatCompletion.g.cs +++ b/src/libs/Groq/Generated/Groq.ChatClient.CreateChatCompletion.g.cs @@ -21,9 +21,11 @@ partial void ProcessCreateChatCompletionResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Creates a model response for the given chat conversation. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs b/src/libs/Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs index e98964b..dca2a48 100644 --- a/src/libs/Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs +++ b/src/libs/Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs @@ -21,9 +21,11 @@ partial void ProcessCreateEmbeddingResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Creates an embedding vector representing the input text. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs b/src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs index b8cdcdd..55f0c72 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs @@ -21,6 +21,7 @@ partial void ProcessDeleteFileResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Delete a file. /// diff --git a/src/libs/Groq/Generated/Groq.FilesClient.DownloadFile.g.cs b/src/libs/Groq/Generated/Groq.FilesClient.DownloadFile.g.cs index f3f6acc..a3abec5 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.DownloadFile.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.DownloadFile.g.cs @@ -21,6 +21,7 @@ partial void ProcessDownloadFileResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref byte[] content); + /// /// Returns the contents of the specified file. /// diff --git a/src/libs/Groq/Generated/Groq.FilesClient.ListFiles.g.cs b/src/libs/Groq/Generated/Groq.FilesClient.ListFiles.g.cs index 8cb55e0..6230407 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.ListFiles.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.ListFiles.g.cs @@ -19,6 +19,7 @@ partial void ProcessListFilesResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Returns a list of files. /// diff --git a/src/libs/Groq/Generated/Groq.FilesClient.RetrieveFile.g.cs b/src/libs/Groq/Generated/Groq.FilesClient.RetrieveFile.g.cs index ee66e6e..02ee44d 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.RetrieveFile.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.RetrieveFile.g.cs @@ -21,6 +21,7 @@ partial void ProcessRetrieveFileResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Returns information about a file. /// diff --git a/src/libs/Groq/Generated/Groq.FilesClient.UploadFile.g.cs b/src/libs/Groq/Generated/Groq.FilesClient.UploadFile.g.cs index 73de6a3..701b854 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.UploadFile.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.UploadFile.g.cs @@ -21,11 +21,13 @@ partial void ProcessUploadFileResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Upload a file that can be used across various endpoints.
/// The Batch API only supports `.jsonl` files up to 100 MB in size. The input also has a specific required [format](/docs/batch).
/// Please contact us if you need to increase these storage limits. ///
+ /// /// The token to cancel the operation with /// @@ -83,7 +85,7 @@ partial void ProcessUploadFileResponseContent( { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"{request.Purpose.ToValueString()}"), + content: new global::System.Net.Http.StringContent($"{request.Purpose?.ToValueString()}"), name: "\"purpose\""); } __httpRequest.Content = __httpRequestContent; diff --git a/src/libs/Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs b/src/libs/Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs index 8c859b7..7784985 100644 --- a/src/libs/Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs @@ -21,9 +21,11 @@ partial void ProcessCreateFineTuningResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Creates a new fine tuning for the already uploaded files This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs b/src/libs/Groq/Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs index a130d4a..6ef2942 100644 --- a/src/libs/Groq/Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs @@ -21,6 +21,7 @@ partial void ProcessDeleteFineTuningResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Deletes an existing fine tuning by id This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information. /// diff --git a/src/libs/Groq/Generated/Groq.FineTuningClient.GetFineTuning.g.cs b/src/libs/Groq/Generated/Groq.FineTuningClient.GetFineTuning.g.cs index 8a60202..9cc6917 100644 --- a/src/libs/Groq/Generated/Groq.FineTuningClient.GetFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.FineTuningClient.GetFineTuning.g.cs @@ -21,6 +21,7 @@ partial void ProcessGetFineTuningResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Retrieves an existing fine tuning by id This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information. /// diff --git a/src/libs/Groq/Generated/Groq.FineTuningClient.ListFineTunings.g.cs b/src/libs/Groq/Generated/Groq.FineTuningClient.ListFineTunings.g.cs index 9840a9f..be87297 100644 --- a/src/libs/Groq/Generated/Groq.FineTuningClient.ListFineTunings.g.cs +++ b/src/libs/Groq/Generated/Groq.FineTuningClient.ListFineTunings.g.cs @@ -19,6 +19,7 @@ partial void ProcessListFineTuningsResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Lists all previously created fine tunings. This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information. /// diff --git a/src/libs/Groq/Generated/Groq.IAudioClient.CreateSpeech.g.cs b/src/libs/Groq/Generated/Groq.IAudioClient.CreateSpeech.g.cs index 21dd530..dcd8389 100644 --- a/src/libs/Groq/Generated/Groq.IAudioClient.CreateSpeech.g.cs +++ b/src/libs/Groq/Generated/Groq.IAudioClient.CreateSpeech.g.cs @@ -4,9 +4,11 @@ namespace Groq { public partial interface IAudioClient { + /// /// Generates audio from the input text. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs b/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs index ee8ad82..8ba7559 100644 --- a/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs +++ b/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs @@ -4,9 +4,11 @@ namespace Groq { public partial interface IAudioClient { + /// /// Transcribes audio into the input language. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs b/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs index 1b3c19f..f90f837 100644 --- a/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs +++ b/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs @@ -4,9 +4,11 @@ namespace Groq { public partial interface IAudioClient { + /// /// Translates audio into English. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs b/src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs index 7d83436..14f55ad 100644 --- a/src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IBatchClient { + /// /// Cancels a batch. /// diff --git a/src/libs/Groq/Generated/Groq.IBatchClient.CreateBatch.g.cs b/src/libs/Groq/Generated/Groq.IBatchClient.CreateBatch.g.cs index 878db71..a508051 100644 --- a/src/libs/Groq/Generated/Groq.IBatchClient.CreateBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.IBatchClient.CreateBatch.g.cs @@ -4,9 +4,11 @@ namespace Groq { public partial interface IBatchClient { + /// /// Creates and executes a batch from an uploaded file of requests. [Learn more](/docs/batch). /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs b/src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs index 613bc41..45708ac 100644 --- a/src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs +++ b/src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IBatchClient { + /// /// List your organization's batches. /// diff --git a/src/libs/Groq/Generated/Groq.IBatchClient.RetrieveBatch.g.cs b/src/libs/Groq/Generated/Groq.IBatchClient.RetrieveBatch.g.cs index 3e0d10b..d998a98 100644 --- a/src/libs/Groq/Generated/Groq.IBatchClient.RetrieveBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.IBatchClient.RetrieveBatch.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IBatchClient { + /// /// Retrieves a batch. /// diff --git a/src/libs/Groq/Generated/Groq.IChatClient.CreateChatCompletion.g.cs b/src/libs/Groq/Generated/Groq.IChatClient.CreateChatCompletion.g.cs index 91939b2..61b3777 100644 --- a/src/libs/Groq/Generated/Groq.IChatClient.CreateChatCompletion.g.cs +++ b/src/libs/Groq/Generated/Groq.IChatClient.CreateChatCompletion.g.cs @@ -4,9 +4,11 @@ namespace Groq { public partial interface IChatClient { + /// /// Creates a model response for the given chat conversation. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs b/src/libs/Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs index 3e93688..5563e46 100644 --- a/src/libs/Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs +++ b/src/libs/Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs @@ -4,9 +4,11 @@ namespace Groq { public partial interface IEmbeddingsClient { + /// /// Creates an embedding vector representing the input text. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs b/src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs index 893ac7d..a5c3728 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IFilesClient { + /// /// Delete a file. /// diff --git a/src/libs/Groq/Generated/Groq.IFilesClient.DownloadFile.g.cs b/src/libs/Groq/Generated/Groq.IFilesClient.DownloadFile.g.cs index 88e0fd9..8d008ba 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.DownloadFile.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.DownloadFile.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IFilesClient { + /// /// Returns the contents of the specified file. /// diff --git a/src/libs/Groq/Generated/Groq.IFilesClient.ListFiles.g.cs b/src/libs/Groq/Generated/Groq.IFilesClient.ListFiles.g.cs index 7dceb40..0aee6ad 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.ListFiles.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.ListFiles.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IFilesClient { + /// /// Returns a list of files. /// diff --git a/src/libs/Groq/Generated/Groq.IFilesClient.RetrieveFile.g.cs b/src/libs/Groq/Generated/Groq.IFilesClient.RetrieveFile.g.cs index cb190ea..7e13248 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.RetrieveFile.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.RetrieveFile.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IFilesClient { + /// /// Returns information about a file. /// diff --git a/src/libs/Groq/Generated/Groq.IFilesClient.UploadFile.g.cs b/src/libs/Groq/Generated/Groq.IFilesClient.UploadFile.g.cs index a0063a1..25643ab 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.UploadFile.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.UploadFile.g.cs @@ -4,11 +4,13 @@ namespace Groq { public partial interface IFilesClient { + /// /// Upload a file that can be used across various endpoints.
/// The Batch API only supports `.jsonl` files up to 100 MB in size. The input also has a specific required [format](/docs/batch).
/// Please contact us if you need to increase these storage limits. ///
+ /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs b/src/libs/Groq/Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs index 840e25c..76e2098 100644 --- a/src/libs/Groq/Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs @@ -4,9 +4,11 @@ namespace Groq { public partial interface IFineTuningClient { + /// /// Creates a new fine tuning for the already uploaded files This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs b/src/libs/Groq/Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs index 3ed75fb..84dca70 100644 --- a/src/libs/Groq/Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IFineTuningClient { + /// /// Deletes an existing fine tuning by id This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information. /// diff --git a/src/libs/Groq/Generated/Groq.IFineTuningClient.GetFineTuning.g.cs b/src/libs/Groq/Generated/Groq.IFineTuningClient.GetFineTuning.g.cs index 70f998b..8dde26d 100644 --- a/src/libs/Groq/Generated/Groq.IFineTuningClient.GetFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.IFineTuningClient.GetFineTuning.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IFineTuningClient { + /// /// Retrieves an existing fine tuning by id This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information. /// diff --git a/src/libs/Groq/Generated/Groq.IFineTuningClient.ListFineTunings.g.cs b/src/libs/Groq/Generated/Groq.IFineTuningClient.ListFineTunings.g.cs index acf9251..bf70593 100644 --- a/src/libs/Groq/Generated/Groq.IFineTuningClient.ListFineTunings.g.cs +++ b/src/libs/Groq/Generated/Groq.IFineTuningClient.ListFineTunings.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IFineTuningClient { + /// /// Lists all previously created fine tunings. This endpoint is in closed beta. [Contact us](https://groq.com/contact) for more information. /// diff --git a/src/libs/Groq/Generated/Groq.IModelsClient.DeleteModel.g.cs b/src/libs/Groq/Generated/Groq.IModelsClient.DeleteModel.g.cs index ce25158..d61b533 100644 --- a/src/libs/Groq/Generated/Groq.IModelsClient.DeleteModel.g.cs +++ b/src/libs/Groq/Generated/Groq.IModelsClient.DeleteModel.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IModelsClient { + /// /// Delete model
/// Delete a model diff --git a/src/libs/Groq/Generated/Groq.IModelsClient.ListModels.g.cs b/src/libs/Groq/Generated/Groq.IModelsClient.ListModels.g.cs index f355e25..75902e2 100644 --- a/src/libs/Groq/Generated/Groq.IModelsClient.ListModels.g.cs +++ b/src/libs/Groq/Generated/Groq.IModelsClient.ListModels.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IModelsClient { + /// /// List all available [models](https://console.groq.com/docs/models).
/// get all available models diff --git a/src/libs/Groq/Generated/Groq.IModelsClient.RetrieveModel.g.cs b/src/libs/Groq/Generated/Groq.IModelsClient.RetrieveModel.g.cs index add5a51..ba0d25f 100644 --- a/src/libs/Groq/Generated/Groq.IModelsClient.RetrieveModel.g.cs +++ b/src/libs/Groq/Generated/Groq.IModelsClient.RetrieveModel.g.cs @@ -4,6 +4,7 @@ namespace Groq { public partial interface IModelsClient { + /// /// Get detailed information about a [model](https://console.groq.com/docs/models).
/// Get a specific model diff --git a/src/libs/Groq/Generated/Groq.IRerankingClient.CreateReranking.g.cs b/src/libs/Groq/Generated/Groq.IRerankingClient.CreateReranking.g.cs index eb407e0..a699d33 100644 --- a/src/libs/Groq/Generated/Groq.IRerankingClient.CreateReranking.g.cs +++ b/src/libs/Groq/Generated/Groq.IRerankingClient.CreateReranking.g.cs @@ -4,11 +4,13 @@ namespace Groq { public partial interface IRerankingClient { + /// /// Reranks documents based on their relevance to a query.
/// Given a query and a list of documents, returns the documents ranked by their relevance to the query.
/// The documents are scored and sorted in descending order of relevance. ///
+ /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs b/src/libs/Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs index cfe341e..18508ce 100644 --- a/src/libs/Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs +++ b/src/libs/Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs @@ -4,9 +4,11 @@ namespace Groq { public partial interface IResponsesClient { + /// /// Creates a model response for the given input. /// + /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs b/src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs index ee18f99..155e9a3 100644 --- a/src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs +++ b/src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs @@ -21,6 +21,7 @@ partial void ProcessDeleteModelResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Delete model
/// Delete a model diff --git a/src/libs/Groq/Generated/Groq.ModelsClient.ListModels.g.cs b/src/libs/Groq/Generated/Groq.ModelsClient.ListModels.g.cs index 49550f1..45b4e3d 100644 --- a/src/libs/Groq/Generated/Groq.ModelsClient.ListModels.g.cs +++ b/src/libs/Groq/Generated/Groq.ModelsClient.ListModels.g.cs @@ -19,6 +19,7 @@ partial void ProcessListModelsResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// List all available [models](https://console.groq.com/docs/models).
/// get all available models diff --git a/src/libs/Groq/Generated/Groq.ModelsClient.RetrieveModel.g.cs b/src/libs/Groq/Generated/Groq.ModelsClient.RetrieveModel.g.cs index 9724684..43b87c5 100644 --- a/src/libs/Groq/Generated/Groq.ModelsClient.RetrieveModel.g.cs +++ b/src/libs/Groq/Generated/Groq.ModelsClient.RetrieveModel.g.cs @@ -21,6 +21,7 @@ partial void ProcessRetrieveModelResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Get detailed information about a [model](https://console.groq.com/docs/models).
/// Get a specific model diff --git a/src/libs/Groq/Generated/Groq.RerankingClient.CreateReranking.g.cs b/src/libs/Groq/Generated/Groq.RerankingClient.CreateReranking.g.cs index 36371e8..a4ca794 100644 --- a/src/libs/Groq/Generated/Groq.RerankingClient.CreateReranking.g.cs +++ b/src/libs/Groq/Generated/Groq.RerankingClient.CreateReranking.g.cs @@ -21,11 +21,13 @@ partial void ProcessCreateRerankingResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Reranks documents based on their relevance to a query.
/// Given a query and a list of documents, returns the documents ranked by their relevance to the query.
/// The documents are scored and sorted in descending order of relevance. ///
+ /// /// The token to cancel the operation with /// diff --git a/src/libs/Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs b/src/libs/Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs index ae23a10..99bf6b1 100644 --- a/src/libs/Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs +++ b/src/libs/Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs @@ -21,9 +21,11 @@ partial void ProcessCreateResponseResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); + /// /// Creates a model response for the given input. /// + /// /// The token to cancel the operation with ///