chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2025-01-15 10:30:02 -06:00
parent ee9dbcf647
commit fc2932f3c5
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ public interface IAnthropicApiClient
/// <param name="modelId">The ID of the model to get.</param>
/// <returns>A task that represents the asynchronous operation. The task result contains the response as an <see cref="AnthropicResult{T}"/> where T is <see cref="AnthropicModel"/>.</returns>
Task<AnthropicResult<AnthropicModel>> GetModelAsync(string modelId);
}
}