Package: @effect/ai
Module: Telemetry
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
}
Since v1.0.0