@microsoft/opentelemetry
    Preparing search index...

    Interface InputMessages

    A structured wrapper around the list of input messages.

    interface InputMessages {
        messages: ChatMessage[];
    }
    Index
    messages: ChatMessage[]

    The input messages, in order.