ADK for TypeScript: API Reference
    Preparing search index...

    Interface TrajectoryThoughtPruningCompactorOptions

    Options for TrajectoryThoughtPruningCompactor.

    interface TrajectoryThoughtPruningCompactorOptions {
        eventRetentionSize: number;
    }

    Properties

    eventRetentionSize: number

    The minimum number of raw events to keep at the end of the session. Compaction will not affect these tail events.