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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
neutralizeAngleRuns? | readonly | boolean | Also 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 |