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

Struct flattenFakeMemory

cli/agent_tool_flatten_test.go:301–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301type flattenFakeMemory struct{ updates map[string]string }
302
303func (f *flattenFakeMemory) Remember(string, string) (string, error) { return "ok", nil }
304func (f *flattenFakeMemory) UpdateProfile(updates map[string]string) (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected