From 702685bd10b94211f03f3ab28c9a25ad5b2b9e8f Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 19 May 2025 15:30:12 -0500 Subject: [PATCH] docs: update src/AnthropicClient/IAnthropicApiClient.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/AnthropicClient/IAnthropicApiClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnthropicClient/IAnthropicApiClient.cs b/src/AnthropicClient/IAnthropicApiClient.cs index 12d98c7..26d22b8 100644 --- a/src/AnthropicClient/IAnthropicApiClient.cs +++ b/src/AnthropicClient/IAnthropicApiClient.cs @@ -88,7 +88,7 @@ public interface IAnthropicApiClient Task> CountMessageTokensAsync(CountMessageTokensRequest request, CancellationToken cancellationToken = default); /// - /// Lists the models asynchronously getting a page of models. + /// Lists models asynchronously, returning a single page of results. /// /// The paging request to use for listing the models. /// A token to cancel the asynchronous operation.