We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faef948 commit e22d794Copy full SHA for e22d794
1 file changed
.agents/context-pruner.ts
@@ -10,8 +10,6 @@ const definition: AgentDefinition = {
10
displayName: 'Context Pruner',
11
model: 'openai/gpt-5-mini',
12
13
- toolNames: ['set_messages'],
14
-
15
spawnerPrompt: `Spawn this agent between steps to prune context, starting with old tool results and then old messages.`,
16
17
inputSchema: {
0 commit comments