Skip to content

Commit 39542fc

Browse files
Update src/handlers/messagesCountTokensHandler.ts
Co-authored-by: matter-code-review[bot] <150888575+matter-code-review[bot]@users.noreply.github.com>
1 parent c8dc13e commit 39542fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/messagesCountTokensHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import { Context } from 'hono';
77

88
/**
9-
* Handles the '/messages' API request by selecting the appropriate provider(s) and making the request to them.
9+
* Handles the '/messages/count_tokens' API request by selecting the appropriate provider(s) and making the request to them.
1010
*
1111
* @param {Context} c - The Cloudflare Worker context.
1212
* @returns {Promise<Response>} - The response from the provider.

0 commit comments

Comments
 (0)