Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/tools / / NeutralizeEnvelopeDelimitersOptions

Interface: NeutralizeEnvelopeDelimitersOptions

Defined in: packages/tools/src/inbound/envelope.ts:49

Options for neutralizeEnvelopeDelimiters.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
neutralizeAngleRuns?readonlybooleanAlso collapse ANY run of three-or-more angle brackets (<<< / >>>) to [[ / ]], not just runs that spell an envelope marker. Off by default: legitimate content routinely carries such runs (Python doctest / REPL >>>, shell heredoc <<<EOF) and mangling them would corrupt benign tool results. The envelope boundary is already protected by the marker-specific substitution without this.packages/tools/src/inbound/envelope.ts:59