Skip to content

Commit f99a700

Browse files
RobertCraigiestainless-app[bot]
authored andcommitted
fix(types): add missing token-counting-2024-11-01
1 parent 3002c2e commit f99a700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/resources/beta/beta.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ export type AnthropicBeta =
5757
| 'message-batches-2024-09-24'
5858
| 'prompt-caching-2024-07-31'
5959
| 'computer-use-2024-10-22'
60-
| 'pdfs-2024-09-25';
60+
| 'pdfs-2024-09-25'
61+
| 'token-counting-2024-11-01';
6162

6263
export interface BetaAPIError {
6364
message: string;

0 commit comments

Comments
 (0)