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

Method UpdateProfile

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

UpdateProfile applies key/value updates to the user profile.

(updates map[string]string)

Source from the content-addressed store, hash-verified

37 Remember(content, category string) (string, error)
38 // UpdateProfile applies key/value updates to the user profile.
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.

Callers 4

UpdateProfileMethod · 0.65
setMemoryProfileMethod · 0.65
UpdateProfileMethod · 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

no test coverage detected