Skip to content

Commit

Permalink
Merge pull request #72 from tryAGI/bot/update-openapi_202410101520
Browse files Browse the repository at this point in the history
feat:No changes made in the pull request.
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
2 parents 07cccac + 66beba8 commit d5aaf5f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/libs/Cohere/Generated/Cohere.CohereApi.Chat.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ partial void ProcessChatResponseContent(
/// - AUTO_PRESERVE_ORDER: 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/docs/creating-and-deploying-a-connector) one.<br/>
/// 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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ partial void ProcessCreateConnectorResponseContent(

/// <summary>
/// Create a Connector<br/>
/// Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/docs/creating-and-deploying-a-connector) for more information.
/// Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/v1/docs/creating-and-deploying-a-connector) for more information.
/// </summary>
/// <param name="xClientName"></param>
/// <param name="request"></param>
Expand Down Expand Up @@ -129,7 +129,7 @@ partial void ProcessCreateConnectorResponseContent(

/// <summary>
/// Create a Connector<br/>
/// Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/docs/creating-and-deploying-a-connector) for more information.
/// Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/v1/docs/creating-and-deploying-a-connector) for more information.
/// </summary>
/// <param name="xClientName"></param>
/// <param name="name">
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Cohere/Generated/Cohere.ICohereApi.Chat.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public partial interface ICohereApi
/// - AUTO_PRESERVE_ORDER: 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/docs/creating-and-deploying-a-connector) one.<br/>
/// 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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public partial interface IConnectorsClient
{
/// <summary>
/// Create a Connector<br/>
/// Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/docs/creating-and-deploying-a-connector) for more information.
/// Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/v1/docs/creating-and-deploying-a-connector) for more information.
/// </summary>
/// <param name="xClientName"></param>
/// <param name="request"></param>
Expand All @@ -19,7 +19,7 @@ public partial interface IConnectorsClient

/// <summary>
/// Create a Connector<br/>
/// Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/docs/creating-and-deploying-a-connector) for more information.
/// Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See ['Creating and Deploying a Connector'](https://docs.cohere.com/v1/docs/creating-and-deploying-a-connector) for more information.
/// </summary>
/// <param name="xClientName"></param>
/// <param name="name">
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Cohere/Generated/Cohere.Models.ChatRequest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public sealed partial class ChatRequest
public global::Cohere.ChatRequestPromptTruncation? PromptTruncation { get; set; }

/// <summary>
/// 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/docs/creating-and-deploying-a-connector) one.<br/>
/// 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
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Cohere/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ paths:
type: array
items:
$ref: '#/components/schemas/ChatConnector'
description: "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/docs/creating-and-deploying-a-connector) one.\n\nWhen specified, the model's reply will be enriched with information found by querying each of the connectors (RAG).\n\nCompatible Deployments: Cohere Platform\n"
description: "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.\n\nWhen specified, the model's reply will be enriched with information found by querying each of the connectors (RAG).\n\nCompatible Deployments: Cohere Platform\n"
x-fern-audiences:
- public
search_queries_only:
Expand Down Expand Up @@ -7902,7 +7902,7 @@ paths:
tags:
- /connectors
summary: Create a Connector
description: 'Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See [''Creating and Deploying a Connector''](https://docs.cohere.com/docs/creating-and-deploying-a-connector) for more information.'
description: 'Creates a new connector. The connector is tested during registration and will cancel registration when the test is unsuccessful. See [''Creating and Deploying a Connector''](https://docs.cohere.com/v1/docs/creating-and-deploying-a-connector) for more information.'
operationId: create-connector
parameters:
- $ref: '#/components/parameters/RequestSource'
Expand Down

0 comments on commit d5aaf5f

Please sign in to comment.