diff --git a/src/AnthropicClient/IAnthropicApiClient.cs b/src/AnthropicClient/IAnthropicApiClient.cs index 26d22b8..e4f63b9 100644 --- a/src/AnthropicClient/IAnthropicApiClient.cs +++ b/src/AnthropicClient/IAnthropicApiClient.cs @@ -96,7 +96,7 @@ public interface IAnthropicApiClient Task>> ListModelsAsync(PagingRequest? request = null, CancellationToken cancellationToken = default); /// - /// Lists the model asynchronously getting all the pages of models. + /// Lists all models asynchronously, returning every page of results. /// /// The maximum number of models to return in each page. /// A token to cancel the asynchronous operation.