Skip to content

Commit

Permalink
Merge pull request #46 from tryAGI/bot/update-openapi_202409131824
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
2 parents 5da8974 + 673ae1e commit 488ca17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/libs/Cohere/Generated/Cohere.CohereApi.Chat.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ partial void ProcessChatResponseContent(
/// <summary>
/// Chat<br/>
/// Generates a text response to a user message.<br/>
/// 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).
/// </summary>
/// <param name="xClientName"></param>
/// <param name="accepts"></param>
Expand Down Expand Up @@ -111,7 +111,7 @@ partial void ProcessChatResponseContent(
/// <summary>
/// Chat<br/>
/// Generates a text response to a user message.<br/>
/// 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).
/// </summary>
/// <param name="xClientName"></param>
/// <param name="accepts"></param>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Cohere/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 488ca17

Please sign in to comment.