Skip to content

Commit 37b32dc

Browse files
authored
Merge pull request #106 from spoons-and-mirrors/prompt/prunable-tools
prompt: prunable tools message guidance
2 parents b2a5ccd + ba15357 commit 37b32dc

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)