OpenInference JS
    Preparing search index...
    traceConfigMetadata: {
        base64ImageMaxLength: {
            default: number;
            envKey: string;
            type: "number";
        };
        hideEmbeddingVectors: { default: false; envKey: string; type: "boolean" };
        hideInputImages: { default: false; envKey: string; type: "boolean" };
        hideInputMessages: { default: false; envKey: string; type: "boolean" };
        hideInputs: { default: false; envKey: string; type: "boolean" };
        hideInputText: { default: false; envKey: string; type: "boolean" };
        hideLLMTools: { default: false; envKey: string; type: "boolean" };
        hideOutputMessages: { default: false; envKey: string; type: "boolean" };
        hideOutputs: { default: false; envKey: string; type: "boolean" };
        hideOutputText: { default: false; envKey: string; type: "boolean" };
        hidePrompts: { default: false; envKey: string; type: "boolean" };
    } = ...

    The default, environment, and type information for each value on the TraceConfig Used to generate a full TraceConfig object with the correct types and default values

    Type Declaration

    • base64ImageMaxLength: { default: number; envKey: string; type: "number" }
    • hideEmbeddingVectors: { default: false; envKey: string; type: "boolean" }
    • hideInputImages: { default: false; envKey: string; type: "boolean" }
    • hideInputMessages: { default: false; envKey: string; type: "boolean" }
    • hideInputs: { default: false; envKey: string; type: "boolean" }
    • hideInputText: { default: false; envKey: string; type: "boolean" }
    • hideLLMTools: { default: false; envKey: string; type: "boolean" }
    • hideOutputMessages: { default: false; envKey: string; type: "boolean" }
    • hideOutputs: { default: false; envKey: string; type: "boolean" }
    • hideOutputText: { default: false; envKey: string; type: "boolean" }
    • hidePrompts: { default: false; envKey: string; type: "boolean" }