From 8ade4189d06f87a5932f1bd3e7f6361525707fe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Mar 2026 18:54:12 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs | 3 --- .../Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs | 3 --- .../Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs | 3 --- src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs | 1 - src/libs/Groq/Generated/Groq.BatchClient.CreateBatch.g.cs | 3 --- 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 | 3 --- .../Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs | 3 --- 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 | 3 --- .../Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs | 3 --- .../Groq/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 | 3 --- .../Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs | 3 --- .../Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs | 3 --- src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs | 1 - src/libs/Groq/Generated/Groq.IBatchClient.CreateBatch.g.cs | 3 --- 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 | 3 --- .../Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs | 3 --- 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 | 3 --- .../Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs | 3 --- .../Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs | 1 - .../Groq/Generated/Groq.IFineTuningClient.GetFineTuning.g.cs | 1 - .../Groq/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 | 3 --- .../Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs | 3 --- 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 | 3 --- .../Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs | 3 --- 46 files changed, 86 deletions(-) diff --git a/src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs b/src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs index 32c6441..09cf355 100644 --- a/src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs +++ b/src/libs/Groq/Generated/Groq.AudioClient.CreateSpeech.g.cs @@ -21,11 +21,9 @@ 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 /// @@ -172,7 +170,6 @@ partial void ProcessCreateSpeechResponseContent( } } } - /// /// Generates audio from the input text. /// diff --git a/src/libs/Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs b/src/libs/Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs index df24a43..47eea7e 100644 --- a/src/libs/Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs +++ b/src/libs/Groq/Generated/Groq.AudioClient.CreateTranscription.g.cs @@ -21,11 +21,9 @@ 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 /// @@ -235,7 +233,6 @@ partial void ProcessCreateTranscriptionResponseContent( } } } - /// /// Transcribes audio into the input language. /// diff --git a/src/libs/Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs b/src/libs/Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs index 3aa2534..abd58c4 100644 --- a/src/libs/Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs +++ b/src/libs/Groq/Generated/Groq.AudioClient.CreateTranslation.g.cs @@ -21,11 +21,9 @@ partial void ProcessCreateTranslationResponseContent( global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); - /// /// Translates audio into English. /// - /// /// The token to cancel the operation with /// @@ -221,7 +219,6 @@ partial void ProcessCreateTranslationResponseContent( } } } - /// /// Translates audio into English. /// diff --git a/src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs b/src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs index 3feb632..c5e8306 100644 --- a/src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.BatchClient.CancelBatch.g.cs @@ -21,7 +21,6 @@ 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 ac9f8ad..4a9deae 100644 --- a/src/libs/Groq/Generated/Groq.BatchClient.CreateBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.BatchClient.CreateBatch.g.cs @@ -21,11 +21,9 @@ 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 /// @@ -181,7 +179,6 @@ partial void ProcessCreateBatchResponseContent( } } } - /// /// Creates and executes a batch from an uploaded file of requests. [Learn more](/docs/batch). /// diff --git a/src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs b/src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs index 05ea6ec..3876580 100644 --- a/src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs +++ b/src/libs/Groq/Generated/Groq.BatchClient.ListBatches.g.cs @@ -19,7 +19,6 @@ 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 13effb4..1aa923b 100644 --- a/src/libs/Groq/Generated/Groq.BatchClient.RetrieveBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.BatchClient.RetrieveBatch.g.cs @@ -21,7 +21,6 @@ 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 b97b494..2b082f6 100644 --- a/src/libs/Groq/Generated/Groq.ChatClient.CreateChatCompletion.g.cs +++ b/src/libs/Groq/Generated/Groq.ChatClient.CreateChatCompletion.g.cs @@ -21,11 +21,9 @@ 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 /// @@ -181,7 +179,6 @@ partial void ProcessCreateChatCompletionResponseContent( } } } - /// /// Creates a model response for the given chat conversation. /// diff --git a/src/libs/Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs b/src/libs/Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs index dca2a48..873462e 100644 --- a/src/libs/Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs +++ b/src/libs/Groq/Generated/Groq.EmbeddingsClient.CreateEmbedding.g.cs @@ -21,11 +21,9 @@ 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 /// @@ -181,7 +179,6 @@ partial void ProcessCreateEmbeddingResponseContent( } } } - /// /// Creates an embedding vector representing the input text. /// diff --git a/src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs b/src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs index 55f0c72..b8cdcdd 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.DeleteFile.g.cs @@ -21,7 +21,6 @@ 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 a3abec5..f3f6acc 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.DownloadFile.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.DownloadFile.g.cs @@ -21,7 +21,6 @@ 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 6230407..8cb55e0 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.ListFiles.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.ListFiles.g.cs @@ -19,7 +19,6 @@ 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 02ee44d..ee66e6e 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.RetrieveFile.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.RetrieveFile.g.cs @@ -21,7 +21,6 @@ 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 02640fd..6c71299 100644 --- a/src/libs/Groq/Generated/Groq.FilesClient.UploadFile.g.cs +++ b/src/libs/Groq/Generated/Groq.FilesClient.UploadFile.g.cs @@ -21,13 +21,11 @@ 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 /// @@ -195,7 +193,6 @@ partial void ProcessUploadFileResponseContent( } } } - /// /// 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).
diff --git a/src/libs/Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs b/src/libs/Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs index 7784985..3093c58 100644 --- a/src/libs/Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.FineTuningClient.CreateFineTuning.g.cs @@ -21,11 +21,9 @@ 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 /// @@ -181,7 +179,6 @@ partial void ProcessCreateFineTuningResponseContent( } } } - /// /// 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. /// diff --git a/src/libs/Groq/Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs b/src/libs/Groq/Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs index 6ef2942..a130d4a 100644 --- a/src/libs/Groq/Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.FineTuningClient.DeleteFineTuning.g.cs @@ -21,7 +21,6 @@ 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 9cc6917..8a60202 100644 --- a/src/libs/Groq/Generated/Groq.FineTuningClient.GetFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.FineTuningClient.GetFineTuning.g.cs @@ -21,7 +21,6 @@ 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 be87297..9840a9f 100644 --- a/src/libs/Groq/Generated/Groq.FineTuningClient.ListFineTunings.g.cs +++ b/src/libs/Groq/Generated/Groq.FineTuningClient.ListFineTunings.g.cs @@ -19,7 +19,6 @@ 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 dcd8389..eee2477 100644 --- a/src/libs/Groq/Generated/Groq.IAudioClient.CreateSpeech.g.cs +++ b/src/libs/Groq/Generated/Groq.IAudioClient.CreateSpeech.g.cs @@ -4,11 +4,9 @@ namespace Groq { public partial interface IAudioClient { - /// /// Generates audio from the input text. /// - /// /// The token to cancel the operation with /// @@ -16,7 +14,6 @@ public partial interface IAudioClient global::Groq.CreateSpeechRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// Generates audio from the input text. /// diff --git a/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs b/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs index 8ba7559..f91365f 100644 --- a/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs +++ b/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranscription.g.cs @@ -4,11 +4,9 @@ namespace Groq { public partial interface IAudioClient { - /// /// Transcribes audio into the input language. /// - /// /// The token to cancel the operation with /// @@ -16,7 +14,6 @@ public partial interface IAudioClient global::Groq.CreateTranscriptionRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// Transcribes audio into the input language. /// diff --git a/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs b/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs index f90f837..eb73f41 100644 --- a/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs +++ b/src/libs/Groq/Generated/Groq.IAudioClient.CreateTranslation.g.cs @@ -4,11 +4,9 @@ namespace Groq { public partial interface IAudioClient { - /// /// Translates audio into English. /// - /// /// The token to cancel the operation with /// @@ -16,7 +14,6 @@ public partial interface IAudioClient global::Groq.CreateTranslationRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// Translates audio into English. /// diff --git a/src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs b/src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs index 14f55ad..7d83436 100644 --- a/src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.IBatchClient.CancelBatch.g.cs @@ -4,7 +4,6 @@ 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 a508051..ba8ac19 100644 --- a/src/libs/Groq/Generated/Groq.IBatchClient.CreateBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.IBatchClient.CreateBatch.g.cs @@ -4,11 +4,9 @@ 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 /// @@ -16,7 +14,6 @@ public partial interface IBatchClient global::Groq.CreateBatchRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// Creates and executes a batch from an uploaded file of requests. [Learn more](/docs/batch). /// diff --git a/src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs b/src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs index 45708ac..613bc41 100644 --- a/src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs +++ b/src/libs/Groq/Generated/Groq.IBatchClient.ListBatches.g.cs @@ -4,7 +4,6 @@ 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 d998a98..3e0d10b 100644 --- a/src/libs/Groq/Generated/Groq.IBatchClient.RetrieveBatch.g.cs +++ b/src/libs/Groq/Generated/Groq.IBatchClient.RetrieveBatch.g.cs @@ -4,7 +4,6 @@ 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 61b3777..601f69e 100644 --- a/src/libs/Groq/Generated/Groq.IChatClient.CreateChatCompletion.g.cs +++ b/src/libs/Groq/Generated/Groq.IChatClient.CreateChatCompletion.g.cs @@ -4,11 +4,9 @@ namespace Groq { public partial interface IChatClient { - /// /// Creates a model response for the given chat conversation. /// - /// /// The token to cancel the operation with /// @@ -16,7 +14,6 @@ public partial interface IChatClient global::Groq.CreateChatCompletionRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// Creates a model response for the given chat conversation. /// diff --git a/src/libs/Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs b/src/libs/Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs index 5563e46..b24a2f0 100644 --- a/src/libs/Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs +++ b/src/libs/Groq/Generated/Groq.IEmbeddingsClient.CreateEmbedding.g.cs @@ -4,11 +4,9 @@ namespace Groq { public partial interface IEmbeddingsClient { - /// /// Creates an embedding vector representing the input text. /// - /// /// The token to cancel the operation with /// @@ -16,7 +14,6 @@ public partial interface IEmbeddingsClient global::Groq.CreateEmbeddingRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// Creates an embedding vector representing the input text. /// diff --git a/src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs b/src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs index a5c3728..893ac7d 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.DeleteFile.g.cs @@ -4,7 +4,6 @@ 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 8d008ba..88e0fd9 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.DownloadFile.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.DownloadFile.g.cs @@ -4,7 +4,6 @@ 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 0aee6ad..7dceb40 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.ListFiles.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.ListFiles.g.cs @@ -4,7 +4,6 @@ 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 7e13248..cb190ea 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.RetrieveFile.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.RetrieveFile.g.cs @@ -4,7 +4,6 @@ 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 25643ab..32b08b7 100644 --- a/src/libs/Groq/Generated/Groq.IFilesClient.UploadFile.g.cs +++ b/src/libs/Groq/Generated/Groq.IFilesClient.UploadFile.g.cs @@ -4,13 +4,11 @@ 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 /// @@ -18,7 +16,6 @@ public partial interface IFilesClient global::Groq.CreateFileRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// 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).
diff --git a/src/libs/Groq/Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs b/src/libs/Groq/Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs index 76e2098..570adfc 100644 --- a/src/libs/Groq/Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.IFineTuningClient.CreateFineTuning.g.cs @@ -4,11 +4,9 @@ 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 /// @@ -16,7 +14,6 @@ public partial interface IFineTuningClient global::Groq.CreateFineTuningRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// 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. /// diff --git a/src/libs/Groq/Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs b/src/libs/Groq/Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs index 84dca70..3ed75fb 100644 --- a/src/libs/Groq/Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.IFineTuningClient.DeleteFineTuning.g.cs @@ -4,7 +4,6 @@ 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 8dde26d..70f998b 100644 --- a/src/libs/Groq/Generated/Groq.IFineTuningClient.GetFineTuning.g.cs +++ b/src/libs/Groq/Generated/Groq.IFineTuningClient.GetFineTuning.g.cs @@ -4,7 +4,6 @@ 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 bf70593..acf9251 100644 --- a/src/libs/Groq/Generated/Groq.IFineTuningClient.ListFineTunings.g.cs +++ b/src/libs/Groq/Generated/Groq.IFineTuningClient.ListFineTunings.g.cs @@ -4,7 +4,6 @@ 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 d61b533..ce25158 100644 --- a/src/libs/Groq/Generated/Groq.IModelsClient.DeleteModel.g.cs +++ b/src/libs/Groq/Generated/Groq.IModelsClient.DeleteModel.g.cs @@ -4,7 +4,6 @@ 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 75902e2..f355e25 100644 --- a/src/libs/Groq/Generated/Groq.IModelsClient.ListModels.g.cs +++ b/src/libs/Groq/Generated/Groq.IModelsClient.ListModels.g.cs @@ -4,7 +4,6 @@ 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 ba0d25f..add5a51 100644 --- a/src/libs/Groq/Generated/Groq.IModelsClient.RetrieveModel.g.cs +++ b/src/libs/Groq/Generated/Groq.IModelsClient.RetrieveModel.g.cs @@ -4,7 +4,6 @@ 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 a699d33..50bebda 100644 --- a/src/libs/Groq/Generated/Groq.IRerankingClient.CreateReranking.g.cs +++ b/src/libs/Groq/Generated/Groq.IRerankingClient.CreateReranking.g.cs @@ -4,13 +4,11 @@ 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 /// @@ -18,7 +16,6 @@ public partial interface IRerankingClient global::Groq.RerankingRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// 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.
diff --git a/src/libs/Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs b/src/libs/Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs index 18508ce..8534cfe 100644 --- a/src/libs/Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs +++ b/src/libs/Groq/Generated/Groq.IResponsesClient.CreateResponse.g.cs @@ -4,11 +4,9 @@ namespace Groq { public partial interface IResponsesClient { - /// /// Creates a model response for the given input. /// - /// /// The token to cancel the operation with /// @@ -16,7 +14,6 @@ public partial interface IResponsesClient global::Groq.CreateResponseRequest request, global::System.Threading.CancellationToken cancellationToken = default); - /// /// Creates a model response for the given input. /// diff --git a/src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs b/src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs index 155e9a3..ee18f99 100644 --- a/src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs +++ b/src/libs/Groq/Generated/Groq.ModelsClient.DeleteModel.g.cs @@ -21,7 +21,6 @@ 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 45b4e3d..49550f1 100644 --- a/src/libs/Groq/Generated/Groq.ModelsClient.ListModels.g.cs +++ b/src/libs/Groq/Generated/Groq.ModelsClient.ListModels.g.cs @@ -19,7 +19,6 @@ 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 43b87c5..9724684 100644 --- a/src/libs/Groq/Generated/Groq.ModelsClient.RetrieveModel.g.cs +++ b/src/libs/Groq/Generated/Groq.ModelsClient.RetrieveModel.g.cs @@ -21,7 +21,6 @@ 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 a4ca794..9195011 100644 --- a/src/libs/Groq/Generated/Groq.RerankingClient.CreateReranking.g.cs +++ b/src/libs/Groq/Generated/Groq.RerankingClient.CreateReranking.g.cs @@ -21,13 +21,11 @@ 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 /// @@ -183,7 +181,6 @@ partial void ProcessCreateRerankingResponseContent( } } } - /// /// 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.
diff --git a/src/libs/Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs b/src/libs/Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs index 99bf6b1..eadcc9f 100644 --- a/src/libs/Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs +++ b/src/libs/Groq/Generated/Groq.ResponsesClient.CreateResponse.g.cs @@ -21,11 +21,9 @@ 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 /// @@ -181,7 +179,6 @@ partial void ProcessCreateResponseResponseContent( } } } - /// /// Creates a model response for the given input. ///