Arize Phoenix TS
    Preparing search index...

    Tracing configuration options that can be set to hide or redact sensitive information from traces

    type TraceConfigOptions = {
        base64ImageMaxLength?: number;
        hideEmbeddingVectors?: boolean;
        hideInputImages?: boolean;
        hideInputMessages?: boolean;
        hideInputs?: boolean;
        hideInputText?: boolean;
        hideOutputMessages?: boolean;
        hideOutputs?: boolean;
        hideOutputText?: boolean;
        hidePrompts?: boolean;
    }
    Index

    Properties

    base64ImageMaxLength?: number
    hideEmbeddingVectors?: boolean
    hideInputImages?: boolean
    hideInputMessages?: boolean
    hideInputs?: boolean
    hideInputText?: boolean
    hideOutputMessages?: boolean
    hideOutputs?: boolean
    hideOutputText?: boolean
    hidePrompts?: boolean