We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702685b commit 16ee80aCopy full SHA for 16ee80a
src/AnthropicClient/IAnthropicApiClient.cs
@@ -96,7 +96,7 @@ public interface IAnthropicApiClient
96
Task<AnthropicResult<Page<AnthropicModel>>> ListModelsAsync(PagingRequest? request = null, CancellationToken cancellationToken = default);
97
98
/// <summary>
99
- /// Lists the model asynchronously getting all the pages of models.
+ /// Lists all models asynchronously, returning every page of results.
100
/// </summary>
101
/// <param name="limit">The maximum number of models to return in each page.</param>
102
/// <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
0 commit comments