Skip to content

Commit

Permalink
fix(types): add missing token-counting-2024-11-01
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored and stainless-app[bot] committed Nov 1, 2024
1 parent 3002c2e commit f99a700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resources/beta/beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export type AnthropicBeta =
| 'message-batches-2024-09-24'
| 'prompt-caching-2024-07-31'
| 'computer-use-2024-10-22'
| 'pdfs-2024-09-25';
| 'pdfs-2024-09-25'
| 'token-counting-2024-11-01';

export interface BetaAPIError {
message: string;
Expand Down

0 comments on commit f99a700

Please sign in to comment.