effect-io-ai

Package: @effect/ai
Module: Telemetry

Telemetry.BaseAttributes

Telemetry attributes which are part of the GenAI specification and are namespaced by gen_ai.

Signature

export interface BaseAttributes {
  /**
   * The Generative AI product as identified by the client or server
   * instrumentation.
   */
  readonly system?: (string & {}) | WellKnownSystem | null | undefined
}

Source

Since v1.0.0