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.

evaluationMetricKeys?: string[]

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

messages?: LDMessage[]

Optional prompt data for judge configurations.

Optional model configuration.

provider?: LDProviderConfig

Optional configuration for the provider.

Generated using TypeDoc