docs: update src/AnthropicClient/IAnthropicApiClient.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Stevan Freeborn
2025-05-19 15:30:12 -05:00
committed by GitHub
co-authored by Copilot
parent 5d4fb290ba
commit 702685bd10
+1 -1
View File
@@ -88,7 +88,7 @@ public interface IAnthropicApiClient
Task<AnthropicResult<TokenCountResponse>> CountMessageTokensAsync(CountMessageTokensRequest request, CancellationToken cancellationToken = default);
/// <summary>
/// Lists the models asynchronously getting a page of models.
/// Lists models asynchronously, returning a single page of results.
/// </summary>
/// <param name="request">The paging request to use for listing the models.</param>
/// <param name="cancellationToken">A token to cancel the asynchronous operation.</param>