Skip to content

Commit 16ee80a

Browse files
docs: update src/AnthropicClient/IAnthropicApiClient.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 702685b commit 16ee80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AnthropicClient/IAnthropicApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public interface IAnthropicApiClient
9696
Task<AnthropicResult<Page<AnthropicModel>>> ListModelsAsync(PagingRequest? request = null, CancellationToken cancellationToken = default);
9797

9898
/// <summary>
99-
/// Lists the model asynchronously getting all the pages of models.
99+
/// Lists all models asynchronously, returning every page of results.
100100
/// </summary>
101101
/// <param name="limit">The maximum number of models to return in each page.</param>
102102
/// <param name="cancellationToken">A token to cancel the asynchronous operation.</param>

0 commit comments

Comments
 (0)