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.