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

BetaTextEditorCodeExecutionToolResultBlock Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaTextEditorCodeExecutionToolResultBlock class in beta_text_editor_code_execution_tool_result_block.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  b2a6b602_043d_ecb1_f46e_1bb3ba3189d5["BetaTextEditorCodeExecutionToolResultBlock"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  b2a6b602_043d_ecb1_f46e_1bb3ba3189d5 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  2de77c8b_1dce_1816_7577_1266ffd135a8["beta_text_editor_code_execution_tool_result_block.py"]
  b2a6b602_043d_ecb1_f46e_1bb3ba3189d5 -->|defined in| 2de77c8b_1dce_1816_7577_1266ffd135a8

Relationship Graph

Source Code

src/anthropic/types/beta/beta_text_editor_code_execution_tool_result_block.py lines 22–27

class BetaTextEditorCodeExecutionToolResultBlock(BaseModel):
    content: Content

    tool_use_id: str

    type: Literal["text_editor_code_execution_tool_result"]

Extends

Frequently Asked Questions

What is the BetaTextEditorCodeExecutionToolResultBlock class?
BetaTextEditorCodeExecutionToolResultBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_text_editor_code_execution_tool_result_block.py.
Where is BetaTextEditorCodeExecutionToolResultBlock defined?
BetaTextEditorCodeExecutionToolResultBlock is defined in src/anthropic/types/beta/beta_text_editor_code_execution_tool_result_block.py at line 22.
What does BetaTextEditorCodeExecutionToolResultBlock extend?
BetaTextEditorCodeExecutionToolResultBlock extends BaseModel.

Analyze Your Own Codebase

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

Try Supermodel Free