Skip to content

Commit bec10fe

Browse files
authored
Merge pull request #2473 from nanocoai/fix/destinations-remove-scratchpad-clause
fix(destinations): remove misleading scratchpad clause from internal-tag description
2 parents 8f30a7a + cbdebe5 commit bec10fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container/agent-runner/src/destinations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function buildDestinationsSection(): string {
116116
}
117117
lines.push('');
118118
lines.push(
119-
'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.',
119+
'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.',
120120
);
121121
lines.push('');
122122
lines.push(

0 commit comments

Comments
 (0)