Skip to content

Commit e22d794

Browse files
committed
Remove tool from context-pruner so it doesn't add a user prompt message.
1 parent faef948 commit e22d794

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.agents/context-pruner.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const definition: AgentDefinition = {
1010
displayName: 'Context Pruner',
1111
model: 'openai/gpt-5-mini',
1212

13-
toolNames: ['set_messages'],
14-
1513
spawnerPrompt: `Spawn this agent between steps to prune context, starting with old tool results and then old messages.`,
1614

1715
inputSchema: {

0 commit comments

Comments
 (0)