Package: @effect/ai-openai
Module: OpenAiTelemetry
Telemetry attributes which are part of the GenAI specification and are
namespaced by gen_ai.openai.response.
Signature
export interface ResponseAttributes {
/**
* The service tier used for the response.
*/
readonly serviceTier?: string | null | undefined
/**
* A fingerprint to track any eventual change in the Generative AI
* environment.
*/
readonly systemFingerprint?: string | null | undefined
}
Since v1.0.0