llmCompressHistory

Creates a new instance of CompressHistoryNodeBuilder with an optional custom name. If no name is specified, a default name will be generated using the current node counter.

Return

A new instance of CompressHistoryNodeBuilder initialized with the provided or generated name.

Parameters

name

An optional string to specify a custom name for the CompressHistoryNodeBuilder. If null, a default name is generated in the format "compress-history-{counter}".