ActionLogTruncation

sealed class ActionLogTruncation

Controls truncation of string values in substep action logs.

Truncation is applied recursively to the entire built JSON tree — including strings nested inside serialized objects or arrays.

Inheritors

Types

Link copied to clipboard
object Companion

Holds the library default truncation.

Link copied to clipboard
data class MaxChars(val maxChars: Int) : ActionLogTruncation

Truncate every string value in the action log to maxChars characters.

Link copied to clipboard

No truncation applied to action log strings.