Home / File/ redacted_thinking_block.py — anthropic-sdk-python Source File

redacted_thinking_block.py — anthropic-sdk-python Source File

Architecture documentation for redacted_thinking_block.py, a python file in the anthropic-sdk-python codebase. 2 imports, 4 dependents.

File python AnthropicClient 2 imports 4 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  2eda2717_3fea_6ae9_cb24_99f550df61b9["redacted_thinking_block.py"]
  699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"]
  2eda2717_3fea_6ae9_cb24_99f550df61b9 --> 699c911a_fb78_b883_732f_5ac6bf31d4a3
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  2eda2717_3fea_6ae9_cb24_99f550df61b9 --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 2eda2717_3fea_6ae9_cb24_99f550df61b9
  713c0742_3b61_ba8f_1fce_05bd03381fe5["content_block.py"]
  713c0742_3b61_ba8f_1fce_05bd03381fe5 --> 2eda2717_3fea_6ae9_cb24_99f550df61b9
  3c1d116b_af29_e9f2_495b_ceebd1febd18["parsed_message.py"]
  3c1d116b_af29_e9f2_495b_ceebd1febd18 --> 2eda2717_3fea_6ae9_cb24_99f550df61b9
  1075c573_f7d2_f9fe_8f9b_b13ea8298ac2["raw_content_block_start_event.py"]
  1075c573_f7d2_f9fe_8f9b_b13ea8298ac2 --> 2eda2717_3fea_6ae9_cb24_99f550df61b9
  style 2eda2717_3fea_6ae9_cb24_99f550df61b9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing_extensions import Literal

from .._models import BaseModel

__all__ = ["RedactedThinkingBlock"]


class RedactedThinkingBlock(BaseModel):
    data: str

    type: Literal["redacted_thinking"]

Dependencies

  • _models
  • typing_extensions

Frequently Asked Questions

What does redacted_thinking_block.py do?
redacted_thinking_block.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.py depend on?
redacted_thinking_block.py imports 2 module(s): _models, typing_extensions.
What files import redacted_thinking_block.py?
redacted_thinking_block.py is imported by 4 file(s): __init__.py, content_block.py, parsed_message.py, raw_content_block_start_event.py.
Where is redacted_thinking_block.py in the architecture?
redacted_thinking_block.py is located at src/anthropic/types/redacted_thinking_block.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