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

WebSearchResultBlockParam Class — anthropic-sdk-python Architecture

Architecture documentation for the WebSearchResultBlockParam class in web_search_result_block_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  194ec9a9_5948_c14c_53cb_02d1d0906797["WebSearchResultBlockParam"]
  f1b71fdb_1511_b506_416d_9f178dd36794["web_search_result_block_param.py"]
  194ec9a9_5948_c14c_53cb_02d1d0906797 -->|defined in| f1b71fdb_1511_b506_416d_9f178dd36794

Relationship Graph

Source Code

src/anthropic/types/web_search_result_block_param.py lines 11–20

class WebSearchResultBlockParam(TypedDict, total=False):
    encrypted_content: Required[str]

    title: Required[str]

    type: Required[Literal["web_search_result"]]

    url: Required[str]

    page_age: Optional[str]

Frequently Asked Questions

What is the WebSearchResultBlockParam class?
WebSearchResultBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/web_search_result_block_param.py.
Where is WebSearchResultBlockParam defined?
WebSearchResultBlockParam is defined in src/anthropic/types/web_search_result_block_param.py at line 11.

Analyze Your Own Codebase

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

Try Supermodel Free