Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1897883

Browse files
committedNov 1, 2024·
fix(types): add missing token-counting-2024-11-01
1 parent e5b4b54 commit 1897883

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎src/anthropic/types/anthropic_beta_param.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@
99

1010
AnthropicBetaParam: TypeAlias = Union[
1111
str,
12-
Literal["message-batches-2024-09-24", "prompt-caching-2024-07-31", "computer-use-2024-10-22", "pdfs-2024-09-25"],
12+
Literal[
13+
"message-batches-2024-09-24",
14+
"prompt-caching-2024-07-31",
15+
"computer-use-2024-10-22",
16+
"pdfs-2024-09-25",
17+
"token-counting-2024-11-01",
18+
],
1319
]

0 commit comments

Comments
 (0)
Please sign in to comment.