@microsoft/opentelemetry
    Preparing search index...

    Interface InferenceResponse

    Details for recording the response from an inference call.

    interface InferenceResponse {
        content: string;
        finishReason?: string;
        inputTokens?: number;
        outputTokens?: number;
        responseId?: string;
    }
    Index

    Properties

    content: string
    finishReason?: string
    inputTokens?: number
    outputTokens?: number
    responseId?: string