Skip to content

Commit

Permalink
Merge pull request #57 from tryAGI/bot/update-openapi_202409220917
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 22, 2024
2 parents 57026e4 + 66ba592 commit 583931a
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -57,7 +57,7 @@ partial void ProcessChatResponseContent(
}
if (accepts != default)
{
_httpClient.DefaultRequestHeaders.TryAddWithoutValidation("Accepts", accepts);
_httpClient.DefaultRequestHeaders.TryAddWithoutValidation("Accepts", accepts?.ToValueString() ?? string.Empty);
}

var __pathBuilder = new PathBuilder(
Expand Down

0 comments on commit 583931a

Please sign in to comment.