Class LLMObsCustomEvalConfigPromptMessage

A message in the prompt template for a custom LLM judge evaluator.

Hierarchy

  • LLMObsCustomEvalConfigPromptMessage

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
content?: string

Text content of the message.

Multi-part content blocks for the message.

role: string

Role of the message author.

Generated using TypeDoc