effect-io-ai

Package: @effect/ai
Module: Telemetry

Telemetry.OperationAttributes

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
}

Source

Since v1.0.0