Interface LDAIJudgeConfig

Judge-specific AI Config with required evaluation metric key.

Hierarchy

Properties

enabled: boolean

Whether the configuration is enabled.

evaluationMetricKey?: string

Evaluation metric key for judge configurations. The key of the metric that this judge can evaluate.

evaluationMetricKeys?: string[]

Evaluation metric keys for judge configurations (legacy). The keys of the metrics that this judge can evaluate.

Deprecated

Use evaluationMetricKey instead. This field is kept for legacy support.

key: string

The key of the AI Config.

messages?: LDMessage[]

Optional prompt data for judge configurations.

Optional model configuration.

provider?: LDProviderConfig

Optional configuration for the provider.

A tracker which can be used to generate analytics. Undefined for disabled configs.

Generated using TypeDoc