BetaMetadataParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaMetadataParam class in beta_metadata_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 8deb45ef_ed3d_5e66_8d89_577e13f63a20["BetaMetadataParam"] edf6b925_40b5_9a18_5ae3_a80b04b51f7b["beta_metadata_param.py"] 8deb45ef_ed3d_5e66_8d89_577e13f63a20 -->|defined in| edf6b925_40b5_9a18_5ae3_a80b04b51f7b
Relationship Graph
Source Code
src/anthropic/types/beta/beta_metadata_param.py lines 11–18
class BetaMetadataParam(TypedDict, total=False):
user_id: Optional[str]
"""An external identifier for the user who is associated with the request.
This should be a uuid, hash value, or other opaque identifier. Anthropic may use
this id to help detect abuse. Do not include any identifying information such as
name, email address, or phone number.
"""
Domain
Source
Frequently Asked Questions
What is the BetaMetadataParam class?
BetaMetadataParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_metadata_param.py.
Where is BetaMetadataParam defined?
BetaMetadataParam is defined in src/anthropic/types/beta/beta_metadata_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