A single label value entry in an annotation. The value type must match the label schema type:

  • score: a number within the schema min/max range (integer if is_integer is true).
  • categorical: a string that is one of the schema values.
  • boolean: true or false.
  • text: any non-empty string.

Hierarchy

  • LLMObsAnnotationLabelValue

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

Assessment result for a label value.

labelSchemaId: string

ID of the label schema this value corresponds to.

reasoning?: string

Free text reasoning for this label value.

The value for this label. Must comply with the label schema type constraints.

Generated using TypeDoc