Langfuse JS/TS SDKs
    Preparing search index...

    Type Alias LangfuseTraceIOAttributes

    Attributes for setting trace-level input and output only.

    This is a restricted type used by the deprecated setTraceIO methods, which only allow setting input and output on traces for backward compatibility with legacy Langfuse platform features.

    This type is for backward compatibility with legacy platform features that still rely on trace-level input/output. Use propagateAttributes for other trace attributes.

    type LangfuseTraceIOAttributes = {
        input?: unknown;
        output?: unknown;
    }
    Index

    Properties

    Properties

    input?: unknown

    Input data that initiated the trace

    output?: unknown

    Final output data from the trace