We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4fb29 commit 702685bCopy full SHA for 702685b
src/AnthropicClient/IAnthropicApiClient.cs
@@ -88,7 +88,7 @@ public interface IAnthropicApiClient
88
Task<AnthropicResult<TokenCountResponse>> CountMessageTokensAsync(CountMessageTokensRequest request, CancellationToken cancellationToken = default);
89
90
/// <summary>
91
- /// Lists the models asynchronously getting a page of models.
+ /// Lists models asynchronously, returning a single page of results.
92
/// </summary>
93
/// <param name="request">The paging request to use for listing the models.</param>
94
/// <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
0 commit comments