Home / Class/ ParsedTextBlock Class — anthropic-sdk-python Architecture

ParsedTextBlock Class — anthropic-sdk-python Architecture

Architecture documentation for the ParsedTextBlock class in parsed_message.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  51078260_8a55_175e_c6d8_c5152daf9a5c["ParsedTextBlock"]
  7af6ce9f_6b89_6438_fd73_c9fc07a7ba28["TextBlock"]
  51078260_8a55_175e_c6d8_c5152daf9a5c -->|extends| 7af6ce9f_6b89_6438_fd73_c9fc07a7ba28
  3c1d116b_af29_e9f2_495b_ceebd1febd18["parsed_message.py"]
  51078260_8a55_175e_c6d8_c5152daf9a5c -->|defined in| 3c1d116b_af29_e9f2_495b_ceebd1febd18

Relationship Graph

Source Code

src/anthropic/types/parsed_message.py lines 25–28

class ParsedTextBlock(TextBlock, Generic[ResponseFormatT]):
    parsed_output: Optional[ResponseFormatT] = None

    __api_exclude__ = {"parsed_output"}

Extends

Frequently Asked Questions

What is the ParsedTextBlock class?
ParsedTextBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/parsed_message.py.
Where is ParsedTextBlock defined?
ParsedTextBlock is defined in src/anthropic/types/parsed_message.py at line 25.
What does ParsedTextBlock extend?
ParsedTextBlock extends TextBlock.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free