web_search_result_block_param.py — anthropic-sdk-python Source File
Architecture documentation for web_search_result_block_param.py, a python file in the anthropic-sdk-python codebase. 2 imports, 2 dependents.
Entity Profile
Dependency Diagram
graph LR f1b71fdb_1511_b506_416d_9f178dd36794["web_search_result_block_param.py"] 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"] f1b71fdb_1511_b506_416d_9f178dd36794 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875 37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"] f1b71fdb_1511_b506_416d_9f178dd36794 --> 37c05070_ca59_d596_7250_de9d1939227f 2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"] 2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> f1b71fdb_1511_b506_416d_9f178dd36794 0c3c2fcf_49ca_8296_33ed_722396001b6c["web_search_tool_result_block_param_content_param.py"] 0c3c2fcf_49ca_8296_33ed_722396001b6c --> f1b71fdb_1511_b506_416d_9f178dd36794 style f1b71fdb_1511_b506_416d_9f178dd36794 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 Optional
from typing_extensions import Literal, Required, TypedDict
__all__ = ["WebSearchResultBlockParam"]
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]
Domain
Classes
Dependencies
- typing
- typing_extensions
Imported By
Source
Frequently Asked Questions
What does web_search_result_block_param.py do?
web_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 web_search_result_block_param.py depend on?
web_search_result_block_param.py imports 2 module(s): typing, typing_extensions.
What files import web_search_result_block_param.py?
web_search_result_block_param.py is imported by 2 file(s): __init__.py, web_search_tool_result_block_param_content_param.py.
Where is web_search_result_block_param.py in the architecture?
web_search_result_block_param.py is located at src/anthropic/types/web_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