Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / PROVIDER_CLASS_TO_GEN_AI_SYSTEM

Variable: PROVIDER_CLASS_TO_GEN_AI_SYSTEM

ts
const PROVIDER_CLASS_TO_GEN_AI_SYSTEM: ReadonlyArray<readonly [RegExp, GenAISystem]>;

Defined in: packages/observability/src/gen-ai/system-derivation.ts:16

Canonical mapping from a provider class name (or substring) to the gen_ai.system enum value. The table is an export so consumers (e.g. provider adapters in Phase 06) can introspect or extend it.

Stable