Skip to content

Commit 702685b

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

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
@@ -88,7 +88,7 @@ public interface IAnthropicApiClient
8888
Task<AnthropicResult<TokenCountResponse>> CountMessageTokensAsync(CountMessageTokensRequest request, CancellationToken cancellationToken = default);
8989

9090
/// <summary>
91-
/// Lists the models asynchronously getting a page of models.
91+
/// Lists models asynchronously, returning a single page of results.
9292
/// </summary>
9393
/// <param name="request">The paging request to use for listing the models.</param>
9494
/// <param name="cancellationToken">A token to cancel the asynchronous operation.</param>

0 commit comments

Comments
 (0)