| 100 | }); |
| 101 | |
| 102 | export class ForgetTool extends Tool<z.infer<typeof ForgetArgs>> { |
| 103 | name = 'forget'; |
| 104 | description = 'Remove persisted facts. Specify `fact_contains` to target specific facts, or `all: true` to clear the scope. Use `scope:"user"` to forget a global preference, otherwise it targets this project. Use when a fact is outdated or wrong.'; |
| 105 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected