redacted_thinking_block_param.py — anthropic-sdk-python Source File
Architecture documentation for redacted_thinking_block_param.py, a python file in the anthropic-sdk-python codebase. 1 imports, 3 dependents.
Entity Profile
Dependency Diagram
graph LR 645f2d0a_e33e_77bc_97bd_f5e3d8fe0c9b["redacted_thinking_block_param.py"] 37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"] 645f2d0a_e33e_77bc_97bd_f5e3d8fe0c9b --> 37c05070_ca59_d596_7250_de9d1939227f 2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"] 2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 645f2d0a_e33e_77bc_97bd_f5e3d8fe0c9b d024297d_e500_1aa5_cd5a_a5f85dd27075["content_block_param.py"] d024297d_e500_1aa5_cd5a_a5f85dd27075 --> 645f2d0a_e33e_77bc_97bd_f5e3d8fe0c9b ee233da2_be45_4f72_f2d1_e5c3132da735["message_param.py"] ee233da2_be45_4f72_f2d1_e5c3132da735 --> 645f2d0a_e33e_77bc_97bd_f5e3d8fe0c9b style 645f2d0a_e33e_77bc_97bd_f5e3d8fe0c9b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from __future__ import annotations
from typing_extensions import Literal, Required, TypedDict
__all__ = ["RedactedThinkingBlockParam"]
class RedactedThinkingBlockParam(TypedDict, total=False):
data: Required[str]
type: Required[Literal["redacted_thinking"]]
Domain
Classes
Dependencies
- typing_extensions
Imported By
Source
Frequently Asked Questions
What does redacted_thinking_block_param.py do?
redacted_thinking_block_param.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does redacted_thinking_block_param.py depend on?
redacted_thinking_block_param.py imports 1 module(s): typing_extensions.
What files import redacted_thinking_block_param.py?
redacted_thinking_block_param.py is imported by 3 file(s): __init__.py, content_block_param.py, message_param.py.
Where is redacted_thinking_block_param.py in the architecture?
redacted_thinking_block_param.py is located at src/anthropic/types/redacted_thinking_block_param.py (domain: AnthropicClient, directory: src/anthropic/types).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free