Metadata associated with an experiment span.

Hierarchy

  • LLMObsExperimentSpanMeta

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

Error details for an experiment span.

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

Expected output for the span, used for evaluation.

Type declaration

  • [key: string]: any
input?: AnyValue

Represents any valid JSON value.

output?: AnyValue

Represents any valid JSON value.

Generated using TypeDoc