Class AnthropicMetadata
Inheritance
object
AnthropicMetadata
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class AnthropicMetadata
Properties
UserId
Optional. 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.
Maximum length: 256 Examples: "13803d75-b4b5-4c3e-b2a2-6f21399b021b"
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string |