BetaClearThinking20251015EditResponse Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaClearThinking20251015EditResponse class in beta_clear_thinking_20251015_edit_response.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 7491e8db_a9a0_a864_0c41_64debcc41dcc["BetaClearThinking20251015EditResponse"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 7491e8db_a9a0_a864_0c41_64debcc41dcc -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 485e3441_883a_587d_0250_9ecac34e4a0a["beta_clear_thinking_20251015_edit_response.py"] 7491e8db_a9a0_a864_0c41_64debcc41dcc -->|defined in| 485e3441_883a_587d_0250_9ecac34e4a0a
Relationship Graph
Source Code
src/anthropic/types/beta/beta_clear_thinking_20251015_edit_response.py lines 10–18
class BetaClearThinking20251015EditResponse(BaseModel):
cleared_input_tokens: int
"""Number of input tokens cleared by this edit."""
cleared_thinking_turns: int
"""Number of thinking turns that were cleared."""
type: Literal["clear_thinking_20251015"]
"""The type of context management edit applied."""
Domain
Extends
Source
Frequently Asked Questions
What is the BetaClearThinking20251015EditResponse class?
BetaClearThinking20251015EditResponse is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_clear_thinking_20251015_edit_response.py.
Where is BetaClearThinking20251015EditResponse defined?
BetaClearThinking20251015EditResponse is defined in src/anthropic/types/beta/beta_clear_thinking_20251015_edit_response.py at line 10.
What does BetaClearThinking20251015EditResponse extend?
BetaClearThinking20251015EditResponse extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free