MCPcopy Create free account
hub / github.com/diillson/chatcli / Forget

Method Forget

cli/plugins/builtin_memory.go:41–41  ·  view source on GitHub ↗

Forget removes facts whose content matches the substring.

(match string)

Source from the content-addressed store, hash-verified

39 UpdateProfile(updates map[string]string) (string, error)
40 // Forget removes facts whose content matches the substring.
41 Forget(match string) (string, error)
42 // Recall returns relevant stored memory (profile + facts) for query.
43 // The implementation may run HyDE/embedding round-trips to widen recall
44 // semantically; it bounds those internally.

Callers 4

TestIndex_ForgetRemovesFunction · 0.65
ForgetMethod · 0.65
AttachVectorIndexMethod · 0.65
ExecuteWithStreamMethod · 0.65

Implementers 4

flattenFakeMemorycli/agent_tool_flatten_test.go
memoryPluginAdaptercli/memory_adapter.go
moaMemFakecli/moa_turn_test.go
fakeMemAdaptercli/plugins/builtin_memory_test.go

Calls

no outgoing calls

Tested by 1

TestIndex_ForgetRemovesFunction · 0.52