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

citations_search_result_location.py — anthropic-sdk-python Source File

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

File python AnthropicClient 3 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  b14e4efc_3085_fd9e_e464_7c9c00035af7["citations_search_result_location.py"]
  699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"]
  b14e4efc_3085_fd9e_e464_7c9c00035af7 --> 699c911a_fb78_b883_732f_5ac6bf31d4a3
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  b14e4efc_3085_fd9e_e464_7c9c00035af7 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  b14e4efc_3085_fd9e_e464_7c9c00035af7 --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> b14e4efc_3085_fd9e_e464_7c9c00035af7
  1c1a017f_4958_2ee6_64e4_b99004af40ba["citations_delta.py"]
  1c1a017f_4958_2ee6_64e4_b99004af40ba --> b14e4efc_3085_fd9e_e464_7c9c00035af7
  90f0b68f_9721_aefa_a847_f2146bcefac0["text_citation.py"]
  90f0b68f_9721_aefa_a847_f2146bcefac0 --> b14e4efc_3085_fd9e_e464_7c9c00035af7
  style b14e4efc_3085_fd9e_e464_7c9c00035af7 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__ = ["CitationsSearchResultLocation"]


class CitationsSearchResultLocation(BaseModel):
    cited_text: str

    end_block_index: int

    search_result_index: int

    source: str

    start_block_index: int

    title: Optional[str] = None

    type: Literal["search_result_location"]

Dependencies

  • _models
  • typing
  • typing_extensions

Frequently Asked Questions

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