chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2024-08-18 14:59:47 -05:00
parent c2fa796bd0
commit afe70a9012
9 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ public class AnthropicApiClient : IAnthropicApiClient
}
private async Task<HttpResponseMessage> SendRequestAsync(BaseMessageRequest request)
{
{
var requestJson = Serialize(request);
var requestContent = new StringContent(requestJson, Encoding.UTF8, JsonContentType);
return await _httpClient.PostAsync(MessagesEndpoint, requestContent);