feat: prune prompts

This commit is contained in:
Simon
2026-02-09 21:04:39 +08:00
parent 67f6a56a87
commit 1517bc4868
4 changed files with 9 additions and 14 deletions

View File

@@ -347,7 +347,7 @@ export class PageAgentCore extends EventTarget {
})
return {
description: 'You MUST call this tool every step. Outputs your reflections and next action.',
description: 'You MUST call this tool every step!',
inputSchema: macroToolSchema as zod.ZodType<MacroToolInput>,
execute: async (input: MacroToolInput): Promise<MacroToolResult> => {
// abort