langchain.js
    Preparing search index...
    interface DatadogLLMObsRequestBody {
        data: {
            attributes: {
                ml_app: string;
                session_id?: string;
                spans: DatadogLLMObsSpan[];
                tags: string[];
            };
            type: "span";
        };
    }
    Index

    Properties

    Properties

    data: {
        attributes: {
            ml_app: string;
            session_id?: string;
            spans: DatadogLLMObsSpan[];
            tags: string[];
        };
        type: "span";
    }