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