Skip to content

Commit 0dde97e

Browse files
prompt: prunable tools message guidance
1 parent d5f3680 commit 0dde97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fetch-wrapper/prunable-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function buildPrunableToolsList(
3737
}
3838

3939
return {
40-
list: `<prunable-tools>\n${lines.join('\n')}\n</prunable-tools>`,
40+
list: `<prunable-tools>\nThe following tools have been invoked and are available for pruning. This list does not mandate immediate action. Consider your current goals and the resources you need before discarding valuable tool outputs. Keep the context free of noise.\n${lines.join('\n')}\n</prunable-tools>`,
4141
numericIds
4242
}
4343
}

0 commit comments

Comments
 (0)