From 16ee80a3a4346d537b0d0b784698482009c1f424 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 19 May 2025 15:30:29 -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 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.