@microsoft/opentelemetry
    Preparing search index...

    Interface A365Request

    Represents a request with telemetry context.

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

    Properties

    channel?: Channel
    conversationId?: string
    sessionId?: string