Class LLMObsCustomEvalConfigLLMJudgeConfig

LLM judge configuration for a custom evaluator.

Hierarchy

  • LLMObsCustomEvalConfigLLMJudgeConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Criteria used to assess the pass/fail result of a custom evaluator.

LLM inference parameters for a custom evaluator.

lastUsedLibraryPromptTemplateName?: string

Name of the last library prompt template used.

modifiedLibraryPromptTemplate?: boolean

Whether the library prompt template was modified.

outputSchema?: {
    [key: string]: any;
}

JSON schema describing the expected output format of the LLM judge.

Type declaration

  • [key: string]: any

Output parsing type for a custom LLM judge evaluator.

List of messages forming the LLM judge prompt template.

Generated using TypeDoc