Anthropic::Metadata
Inherits JSON::Serializable < Struct < Value < Object
Metadata for message requests
metadata = Anthropic::Metadata.new(user_id: "user-123")
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
user_id
Source