@microsoft/opentelemetry
    Preparing search index...

    Interface A365Request

    Represents a request with telemetry context.

    interface A365Request {
        channel?: Channel;
        content?: InputMessagesParam;
        conversationId?: string;
        sessionId?: string;
    }
    Index
    channel?: Channel

    The channel the request originated from.

    The input content (prompt / messages) for the request.

    conversationId?: string

    Identifier of the conversation this request belongs to.

    sessionId?: string

    Identifier of the session this request belongs to.