effect-io-ai

Package: @effect/ai
Module: Telemetry

Telemetry.TokenAttributes

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

Signature

export interface TokenAttributes {
  readonly type?: string | null | undefined
}

Source

Since v1.0.0