Interface LDAIJudgeConfigDefault

Default Judge-specific AI Config with required evaluation metric key.

Hierarchy

Properties

enabled?: boolean

Whether the configuration is enabled. Defaults to false when not provided.

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.

messages?: LDMessage[]

Optional prompt data for judge configurations.

Optional model configuration.

provider?: LDProviderConfig

Optional configuration for the provider.

Generated using TypeDoc