Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions src/libs/Cohere/Generated/Cohere.CohereClient.Chat.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -651,11 +651,6 @@ partial void ProcessChatResponseContent(
/// Dictates the approach taken to generating citations as part of the RAG flow by allowing the user to specify whether they want `"accurate"` results, `"fast"` results or no results.<br/>
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
/// </param>
/// <param name="connectors">
/// Accepts `{"id": "web-search"}`, and/or the `"id"` for a custom [connector](https://docs.cohere.com/docs/connectors), if you've [created](https://docs.cohere.com/v1/docs/creating-and-deploying-a-connector) one.<br/>
/// When specified, the model's reply will be enriched with information found by querying each of the connectors (RAG).<br/>
/// Compatible Deployments: Cohere Platform
/// </param>
/// <param name="conversationId">
/// An alternative to `chat_history`.<br/>
/// Providing a `conversation_id` creates or resumes a persisted conversation with the specified ID. The ID can be any non empty string.<br/>
Expand Down Expand Up @@ -760,11 +755,6 @@ partial void ProcessChatResponseContent(
/// **Note**: `command-r7b-12-2024` and newer models only support `"CONTEXTUAL"` and `"STRICT"` modes.<br/>
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
/// </param>
/// <param name="searchQueriesOnly">
/// Defaults to `false`.<br/>
/// When `true`, the response will only contain a list of generated search queries, but no search will take place, and no reply from the model to the user's `message` will be generated.<br/>
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
/// </param>
/// <param name="seed">
/// If specified, the backend will make a best effort to sample tokens<br/>
/// deterministically, such that repeated requests with the same<br/>
Expand Down Expand Up @@ -832,7 +822,6 @@ partial void ProcessChatResponseContent(
global::Cohere.ChatAccepts? accepts = default,
global::System.Collections.Generic.IList<global::Cohere.Message>? chatHistory = default,
global::Cohere.ChatRequestCitationQuality? citationQuality = default,
global::System.Collections.Generic.IList<global::Cohere.ChatConnector>? connectors = default,
string? conversationId = default,
global::System.Collections.Generic.IList<global::Cohere.ChatDocument>? documents = default,
bool? forceSingleStep = default,
Expand All @@ -842,7 +831,6 @@ partial void ProcessChatResponseContent(
bool? rawPrompting = default,
global::Cohere.ResponseFormat? responseFormat = default,
global::Cohere.ChatRequestSafetyMode? safetyMode = default,
bool? searchQueriesOnly = default,
int? seed = default,
bool? stream = default,
float? temperature = default,
Expand All @@ -854,7 +842,6 @@ partial void ProcessChatResponseContent(
{
ChatHistory = chatHistory,
CitationQuality = citationQuality,
Connectors = connectors,
ConversationId = conversationId,
Documents = documents,
ForceSingleStep = forceSingleStep,
Expand All @@ -871,7 +858,6 @@ partial void ProcessChatResponseContent(
RawPrompting = rawPrompting,
ResponseFormat = responseFormat,
SafetyMode = safetyMode,
SearchQueriesOnly = searchQueriesOnly,
Seed = seed,
StopSequences = stopSequences,
Stream = stream,
Expand Down
687 changes: 0 additions & 687 deletions src/libs/Cohere/Generated/Cohere.CohereClient.Classify.g.cs

This file was deleted.

778 changes: 0 additions & 778 deletions src/libs/Cohere/Generated/Cohere.CohereClient.Generate.g.cs

This file was deleted.

698 changes: 0 additions & 698 deletions src/libs/Cohere/Generated/Cohere.CohereClient.Summarize.g.cs

This file was deleted.

684 changes: 0 additions & 684 deletions src/libs/Cohere/Generated/Cohere.ConnectorsClient.CreateConnector.g.cs

This file was deleted.

613 changes: 0 additions & 613 deletions src/libs/Cohere/Generated/Cohere.ConnectorsClient.DeleteConnector.g.cs

This file was deleted.

617 changes: 0 additions & 617 deletions src/libs/Cohere/Generated/Cohere.ConnectorsClient.GetConnector.g.cs

This file was deleted.

631 changes: 0 additions & 631 deletions src/libs/Cohere/Generated/Cohere.ConnectorsClient.ListConnectors.g.cs

This file was deleted.

This file was deleted.

686 changes: 0 additions & 686 deletions src/libs/Cohere/Generated/Cohere.ConnectorsClient.UpdateConnector.g.cs

This file was deleted.

12 changes: 0 additions & 12 deletions src/libs/Cohere/Generated/Cohere.ICohereClient.Chat.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ public partial interface ICohereClient
/// Dictates the approach taken to generating citations as part of the RAG flow by allowing the user to specify whether they want `"accurate"` results, `"fast"` results or no results.<br/>
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
/// </param>
/// <param name="connectors">
/// Accepts `{"id": "web-search"}`, and/or the `"id"` for a custom [connector](https://docs.cohere.com/docs/connectors), if you've [created](https://docs.cohere.com/v1/docs/creating-and-deploying-a-connector) one.<br/>
/// When specified, the model's reply will be enriched with information found by querying each of the connectors (RAG).<br/>
/// Compatible Deployments: Cohere Platform
/// </param>
/// <param name="conversationId">
/// An alternative to `chat_history`.<br/>
/// Providing a `conversation_id` creates or resumes a persisted conversation with the specified ID. The ID can be any non empty string.<br/>
Expand Down Expand Up @@ -147,11 +142,6 @@ public partial interface ICohereClient
/// **Note**: `command-r7b-12-2024` and newer models only support `"CONTEXTUAL"` and `"STRICT"` modes.<br/>
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
/// </param>
/// <param name="searchQueriesOnly">
/// Defaults to `false`.<br/>
/// When `true`, the response will only contain a list of generated search queries, but no search will take place, and no reply from the model to the user's `message` will be generated.<br/>
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
/// </param>
/// <param name="seed">
/// If specified, the backend will make a best effort to sample tokens<br/>
/// deterministically, such that repeated requests with the same<br/>
Expand Down Expand Up @@ -219,7 +209,6 @@ public partial interface ICohereClient
global::Cohere.ChatAccepts? accepts = default,
global::System.Collections.Generic.IList<global::Cohere.Message>? chatHistory = default,
global::Cohere.ChatRequestCitationQuality? citationQuality = default,
global::System.Collections.Generic.IList<global::Cohere.ChatConnector>? connectors = default,
string? conversationId = default,
global::System.Collections.Generic.IList<global::Cohere.ChatDocument>? documents = default,
bool? forceSingleStep = default,
Expand All @@ -229,7 +218,6 @@ public partial interface ICohereClient
bool? rawPrompting = default,
global::Cohere.ResponseFormat? responseFormat = default,
global::Cohere.ChatRequestSafetyMode? safetyMode = default,
bool? searchQueriesOnly = default,
int? seed = default,
bool? stream = default,
float? temperature = default,
Expand Down
65 changes: 0 additions & 65 deletions src/libs/Cohere/Generated/Cohere.ICohereClient.Classify.g.cs

This file was deleted.

Loading
Loading