We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb9415 commit 51fca79Copy full SHA for 51fca79
src/anthropic/lib/tools/_beta_compaction_control.py
@@ -31,9 +31,9 @@
31
class CompactionControl(TypedDict, total=False):
32
context_token_threshold: int
33
"""The context token threshold at which to trigger compaction.
34
-
+
35
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.
+ the message history will be automatically summarized and compressed. Defaults to 100,000 tokens.
37
"""
38
39
model: str
0 commit comments