Package: @effect/ai-anthropic
Module: AnthropicTelemetry
Options accepted by addGenAIAnnotations, combining standard GenAI telemetry attributes with optional Anthropic request and response attributes.
Signature
type AnthropicTelemetryAttributeOptions = Telemetry.GenAITelemetryAttributeOptions & {
anthropic?: {
request?: RequestAttributes | undefined
response?: ResponseAttributes | undefined
} | undefined
}
Since v4.0.0