Package: @effect/ai
Module: Telemetry
Telemetry attributes which are part of the GenAI specification and are
namespaced by gen_ai.operation.
Signature
export interface OperationAttributes {
readonly name?: (string & {}) | WellKnownOperationName | null | undefined
}
Since v1.0.0