Input or output content of an LLM Observability span.

Hierarchy

  • LLMObsSpanIO

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
messages?: LLMObsSpanMessage[]

List of messages in the input or output.

value?: string

Plain-text value of the input or output.

Generated using TypeDoc