Merge pull request #2473 from nanocoai/fix/destinations-remove-scratchpad-clause

fix(destinations): remove misleading scratchpad clause from internal-tag description
This commit is contained in:
Daniel M
2026-05-14 20:22:07 +03:00
committed by GitHub
+1 -1
View File
@@ -116,7 +116,7 @@ function buildDestinationsSection(): string {
}
lines.push('');
lines.push(
'Wrap each delivered message in a `<message to="name">…</message>` block; include several blocks in one response to address several destinations. `<internal>…</internal>` marks thinking you don\'t want sent — anything outside these tags is also treated as scratchpad.',
'Wrap each delivered message in a `<message to="name">…</message>` block; include several blocks in one response to address several destinations. `<internal>…</internal>` marks thinking you don\'t want sent.',
);
lines.push('');
lines.push(