Skip to content

Commit 51fca79

Browse files
committed
chore: fix docstring
1 parent 2eb9415 commit 51fca79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/anthropic/lib/tools/_beta_compaction_control.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
class CompactionControl(TypedDict, total=False):
3232
context_token_threshold: int
3333
"""The context token threshold at which to trigger compaction.
34-
34+
3535
When the cumulative token count (input + output) across all messages exceeds this threshold,
36-
the message history will be automatically summarized and compressed. Defaults to 150,000 tokens.
36+
the message history will be automatically summarized and compressed. Defaults to 100,000 tokens.
3737
"""
3838

3939
model: str

0 commit comments

Comments
 (0)