diff --git a/src/libs/Cohere/Generated/Cohere.CohereApi.Chat.g.cs b/src/libs/Cohere/Generated/Cohere.CohereApi.Chat.g.cs index 15ee19d..70dc5a6 100644 --- a/src/libs/Cohere/Generated/Cohere.CohereApi.Chat.g.cs +++ b/src/libs/Cohere/Generated/Cohere.CohereApi.Chat.g.cs @@ -28,7 +28,7 @@ partial void ProcessChatResponseContent( /// /// Chat
/// Generates a text response to a user message.
- /// To learn how to use the Chat API with Streaming and RAG follow our [Text Generation guides](https://docs.cohere.com/docs/chat-api). + /// To learn how to use the Chat API and RAG follow our [Text Generation guides](https://docs.cohere.com/docs/chat-api). ///
/// /// @@ -111,7 +111,7 @@ partial void ProcessChatResponseContent( /// /// Chat
/// Generates a text response to a user message.
- /// To learn how to use the Chat API with Streaming and RAG follow our [Text Generation guides](https://docs.cohere.com/docs/chat-api). + /// To learn how to use the Chat API and RAG follow our [Text Generation guides](https://docs.cohere.com/docs/chat-api). ///
/// /// diff --git a/src/libs/Cohere/openapi.yaml b/src/libs/Cohere/openapi.yaml index 0e79c34..53d6208 100644 --- a/src/libs/Cohere/openapi.yaml +++ b/src/libs/Cohere/openapi.yaml @@ -18,7 +18,7 @@ paths: /v1/chat: post: summary: Chat - description: "Generates a text response to a user message.\nTo learn how to use the Chat API with Streaming and RAG follow our [Text Generation guides](https://docs.cohere.com/docs/chat-api).\n" + description: "Generates a text response to a user message.\nTo learn how to use the Chat API and RAG follow our [Text Generation guides](https://docs.cohere.com/docs/chat-api).\n" operationId: chat parameters: - $ref: '#/components/parameters/RequestSource'