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

thinking_block_param.py — anthropic-sdk-python Source File

Architecture documentation for thinking_block_param.py, a python file in the anthropic-sdk-python codebase. 1 imports, 3 dependents.

File python AnthropicClient 1 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  e6d93679_fe94_6672_90a3_2d5a75d4a44d["thinking_block_param.py"]
  6a9d955d_2702_df7b_b21c_68d8602620ed["typing_extensions"]
  e6d93679_fe94_6672_90a3_2d5a75d4a44d --> 6a9d955d_2702_df7b_b21c_68d8602620ed
  7dea9e6f_320e_419f_6c17_4455d75806e6["__init__.py"]
  7dea9e6f_320e_419f_6c17_4455d75806e6 --> e6d93679_fe94_6672_90a3_2d5a75d4a44d
  859ae68c_0795_8bdd_d042_51ced6264651["content_block_param.py"]
  859ae68c_0795_8bdd_d042_51ced6264651 --> e6d93679_fe94_6672_90a3_2d5a75d4a44d
  13d5c27a_ed27_7df8_26fa_0677bc12b17e["message_param.py"]
  13d5c27a_ed27_7df8_26fa_0677bc12b17e --> e6d93679_fe94_6672_90a3_2d5a75d4a44d
  style e6d93679_fe94_6672_90a3_2d5a75d4a44d 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__ = ["ThinkingBlockParam"]


class ThinkingBlockParam(TypedDict, total=False):
    signature: Required[str]

    thinking: Required[str]

    type: Required[Literal["thinking"]]

Dependencies

  • typing_extensions

Frequently Asked Questions

What does thinking_block_param.py do?
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 thinking_block_param.py depend on?
thinking_block_param.py imports 1 module(s): typing_extensions.
What files import thinking_block_param.py?
thinking_block_param.py is imported by 3 file(s): __init__.py, content_block_param.py, message_param.py.
Where is thinking_block_param.py in the architecture?
thinking_block_param.py is located at src/anthropic/types/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