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

web_search_result_block.py — anthropic-sdk-python Source File

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

File python AnthropicClient 3 imports 2 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  fc8b7f88_4e32_4b61_44f4_144b2515569b["web_search_result_block.py"]
  699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"]
  fc8b7f88_4e32_4b61_44f4_144b2515569b --> 699c911a_fb78_b883_732f_5ac6bf31d4a3
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  fc8b7f88_4e32_4b61_44f4_144b2515569b --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  fc8b7f88_4e32_4b61_44f4_144b2515569b --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> fc8b7f88_4e32_4b61_44f4_144b2515569b
  512ee609_2176_761b_8ff9_4866a0f9cd0f["web_search_tool_result_block_content.py"]
  512ee609_2176_761b_8ff9_4866a0f9cd0f --> fc8b7f88_4e32_4b61_44f4_144b2515569b
  style fc8b7f88_4e32_4b61_44f4_144b2515569b 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 import Optional
from typing_extensions import Literal

from .._models import BaseModel

__all__ = ["WebSearchResultBlock"]


class WebSearchResultBlock(BaseModel):
    encrypted_content: str

    page_age: Optional[str] = None

    title: str

    type: Literal["web_search_result"]

    url: str

Dependencies

  • _models
  • typing
  • typing_extensions

Frequently Asked Questions

What does web_search_result_block.py do?
web_search_result_block.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does web_search_result_block.py depend on?
web_search_result_block.py imports 3 module(s): _models, typing, typing_extensions.
What files import web_search_result_block.py?
web_search_result_block.py is imported by 2 file(s): __init__.py, web_search_tool_result_block_content.py.
Where is web_search_result_block.py in the architecture?
web_search_result_block.py is located at src/anthropic/types/web_search_result_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