Package: @effect/ai-openai
Module: OpenAiTelemetry
The attributes used to describe telemetry in the context of Generative Artificial Intelligence (GenAI) Models requests and responses.
{@see https://opentelemetry.io/docs/specs/semconv/attributes-registry/gen-ai/}
Signature
type OpenAiTelemetryAttributes = Simplify<
& Telemetry.GenAITelemetryAttributes
& Telemetry.AttributesWithPrefix<RequestAttributes, "gen_ai.openai.request">
& Telemetry.AttributesWithPrefix<ResponseAttributes, "gen_ai.openai.request">
>
Since v1.0.0