Package: @effect/ai-openai
Module: OpenAiTelemetry
Telemetry attributes which are part of the GenAI specification and are
namespaced by gen_ai.openai.request.
Signature
export interface RequestAttributes {
/**
* The response format that is requested.
*/
readonly responseFormat?: (string & {}) | WellKnownResponseFormat | null | undefined
/**
* The service tier requested. May be a specific tier, `default`, or `auto`.
*/
readonly serviceTier?: (string & {}) | WellKnownServiceTier | null | undefined
}
Since v1.0.0