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

search_result_block_param.py — anthropic-sdk-python Source File

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

File python AnthropicClient 8 imports 4 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  5d26923b_4243_20c9_787e_c0cf3f2de75c["search_result_block_param.py"]
  ad175324_e5f5_a13e_bfab_419a3f7bb8cf["text_block_param.py"]
  5d26923b_4243_20c9_787e_c0cf3f2de75c --> ad175324_e5f5_a13e_bfab_419a3f7bb8cf
  2bf44e5b_0987_db82_09a9_ca08ad9d6f15["TextBlockParam"]
  5d26923b_4243_20c9_787e_c0cf3f2de75c --> 2bf44e5b_0987_db82_09a9_ca08ad9d6f15
  e5b30cf2_580b_6b4a_e826_123bbebb79f5["citations_config_param.py"]
  5d26923b_4243_20c9_787e_c0cf3f2de75c --> e5b30cf2_580b_6b4a_e826_123bbebb79f5
  e9f90444_d3a7_6bc6_494a_04fecd99e653["CitationsConfigParam"]
  5d26923b_4243_20c9_787e_c0cf3f2de75c --> e9f90444_d3a7_6bc6_494a_04fecd99e653
  7b6a56f6_ac0b_b2be_9a30_e7e1bb30529a["cache_control_ephemeral_param.py"]
  5d26923b_4243_20c9_787e_c0cf3f2de75c --> 7b6a56f6_ac0b_b2be_9a30_e7e1bb30529a
  f1f58cbf_75c8_98cd_2b10_51b503d83961["CacheControlEphemeralParam"]
  5d26923b_4243_20c9_787e_c0cf3f2de75c --> f1f58cbf_75c8_98cd_2b10_51b503d83961
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  5d26923b_4243_20c9_787e_c0cf3f2de75c --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  5d26923b_4243_20c9_787e_c0cf3f2de75c --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 5d26923b_4243_20c9_787e_c0cf3f2de75c
  d024297d_e500_1aa5_cd5a_a5f85dd27075["content_block_param.py"]
  d024297d_e500_1aa5_cd5a_a5f85dd27075 --> 5d26923b_4243_20c9_787e_c0cf3f2de75c
  ee233da2_be45_4f72_f2d1_e5c3132da735["message_param.py"]
  ee233da2_be45_4f72_f2d1_e5c3132da735 --> 5d26923b_4243_20c9_787e_c0cf3f2de75c
  cb4020ae_eb0d_3f49_6ec2_20c7ca7a15c4["tool_result_block_param.py"]
  cb4020ae_eb0d_3f49_6ec2_20c7ca7a15c4 --> 5d26923b_4243_20c9_787e_c0cf3f2de75c
  style 5d26923b_4243_20c9_787e_c0cf3f2de75c 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 import Iterable, Optional
from typing_extensions import Literal, Required, TypedDict

from .text_block_param import TextBlockParam
from .citations_config_param import CitationsConfigParam
from .cache_control_ephemeral_param import CacheControlEphemeralParam

__all__ = ["SearchResultBlockParam"]


class SearchResultBlockParam(TypedDict, total=False):
    content: Required[Iterable[TextBlockParam]]

    source: Required[str]

    title: Required[str]

    type: Required[Literal["search_result"]]

    cache_control: Optional[CacheControlEphemeralParam]
    """Create a cache control breakpoint at this content block."""

    citations: CitationsConfigParam

Frequently Asked Questions

What does search_result_block_param.py do?
search_result_block_param.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does search_result_block_param.py depend on?
search_result_block_param.py imports 8 module(s): CacheControlEphemeralParam, CitationsConfigParam, TextBlockParam, cache_control_ephemeral_param.py, citations_config_param.py, text_block_param.py, typing, typing_extensions.
What files import search_result_block_param.py?
search_result_block_param.py is imported by 4 file(s): __init__.py, content_block_param.py, message_param.py, tool_result_block_param.py.
Where is search_result_block_param.py in the architecture?
search_result_block_param.py is located at src/anthropic/types/search_result_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