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:29 -05:00
committed by GitHub
co-authored by Copilot
parent 702685bd10
commit 16ee80a3a4
+1 -1
View File
@@ -96,7 +96,7 @@ public interface IAnthropicApiClient
Task<AnthropicResult<Page<AnthropicModel>>> ListModelsAsync(PagingRequest? request = null, CancellationToken cancellationToken = default);
/// <summary>
/// Lists the model asynchronously getting all the pages of models.
/// Lists all models asynchronously, returning every page of results.
/// </summary>
/// <param name="limit">The maximum number of models to return in each page.</param>
/// <param name="cancellationToken">A token to cancel the asynchronous operation.</param>