Skip to content

Commit ff6eab9

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent 111c2a6 commit ff6eab9

22 files changed

+13
-6555
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -651,11 +651,6 @@ partial void ProcessChatResponseContent(
651651
/// 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/>
652652
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
653653
/// </param>
654-
/// <param name="connectors">
655-
/// 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/>
656-
/// When specified, the model's reply will be enriched with information found by querying each of the connectors (RAG).<br/>
657-
/// Compatible Deployments: Cohere Platform
658-
/// </param>
659654
/// <param name="conversationId">
660655
/// An alternative to `chat_history`.<br/>
661656
/// Providing a `conversation_id` creates or resumes a persisted conversation with the specified ID. The ID can be any non empty string.<br/>
@@ -760,11 +755,6 @@ partial void ProcessChatResponseContent(
760755
/// **Note**: `command-r7b-12-2024` and newer models only support `"CONTEXTUAL"` and `"STRICT"` modes.<br/>
761756
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
762757
/// </param>
763-
/// <param name="searchQueriesOnly">
764-
/// Defaults to `false`.<br/>
765-
/// 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/>
766-
/// Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
767-
/// </param>
768758
/// <param name="seed">
769759
/// If specified, the backend will make a best effort to sample tokens<br/>
770760
/// deterministically, such that repeated requests with the same<br/>
@@ -832,7 +822,6 @@ partial void ProcessChatResponseContent(
832822
global::Cohere.ChatAccepts? accepts = default,
833823
global::System.Collections.Generic.IList<global::Cohere.Message>? chatHistory = default,
834824
global::Cohere.ChatRequestCitationQuality? citationQuality = default,
835-
global::System.Collections.Generic.IList<global::Cohere.ChatConnector>? connectors = default,
836825
string? conversationId = default,
837826
global::System.Collections.Generic.IList<global::Cohere.ChatDocument>? documents = default,
838827
bool? forceSingleStep = default,
@@ -842,7 +831,6 @@ partial void ProcessChatResponseContent(
842831
bool? rawPrompting = default,
843832
global::Cohere.ResponseFormat? responseFormat = default,
844833
global::Cohere.ChatRequestSafetyMode? safetyMode = default,
845-
bool? searchQueriesOnly = default,
846834
int? seed = default,
847835
bool? stream = default,
848836
float? temperature = default,
@@ -854,7 +842,6 @@ partial void ProcessChatResponseContent(
854842
{
855843
ChatHistory = chatHistory,
856844
CitationQuality = citationQuality,
857-
Connectors = connectors,
858845
ConversationId = conversationId,
859846
Documents = documents,
860847
ForceSingleStep = forceSingleStep,
@@ -871,7 +858,6 @@ partial void ProcessChatResponseContent(
871858
RawPrompting = rawPrompting,
872859
ResponseFormat = responseFormat,
873860
SafetyMode = safetyMode,
874-
SearchQueriesOnly = searchQueriesOnly,
875861
Seed = seed,
876862
StopSequences = stopSequences,
877863
Stream = stream,

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

Lines changed: 0 additions & 687 deletions
This file was deleted.

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

Lines changed: 0 additions & 778 deletions
This file was deleted.

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

Lines changed: 0 additions & 698 deletions
This file was deleted.

src/libs/Cohere/Generated/Cohere.ConnectorsClient.CreateConnector.g.cs

Lines changed: 0 additions & 684 deletions
This file was deleted.

src/libs/Cohere/Generated/Cohere.ConnectorsClient.DeleteConnector.g.cs

Lines changed: 0 additions & 613 deletions
This file was deleted.

src/libs/Cohere/Generated/Cohere.ConnectorsClient.GetConnector.g.cs

Lines changed: 0 additions & 617 deletions
This file was deleted.

src/libs/Cohere/Generated/Cohere.ConnectorsClient.ListConnectors.g.cs

Lines changed: 0 additions & 631 deletions
This file was deleted.

src/libs/Cohere/Generated/Cohere.ConnectorsClient.OAuthAuthorizeConnector.g.cs

Lines changed: 0 additions & 626 deletions
This file was deleted.

src/libs/Cohere/Generated/Cohere.ConnectorsClient.UpdateConnector.g.cs

Lines changed: 0 additions & 686 deletions
This file was deleted.

0 commit comments

Comments
 (0)