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

Method Update

cli/plugins/builtin_context.go:52–52  ·  view source on GitHub ↗

Update re-ingests/modifies an existing context. Empty fields keep the current value (mode/description); empty paths keep the current sources.

(name string, paths []string, mode, description string, tags []string)

Source from the content-addressed store, hash-verified

50 // Update re-ingests/modifies an existing context. Empty fields keep the
51 // current value (mode/description); empty paths keep the current sources.
52 Update(name string, paths []string, mode, description string, tags []string) (string, error)
53 // Attach attaches a named context to the session. ragTopK > 0 turns on
54 // semantic top-K retrieval (hybrid when embeddings are configured);
55 // ragTopK <= 0 leaves the mode's default behavior. priority orders

Callers 15

UpdateProfileMethod · 0.65
askSendFunction · 0.65
keyFunction · 0.65
enterFunction · 0.65
ExecuteWithStreamMethod · 0.65
scheduleRetryMethod · 0.65
reconcilePendingMethod · 0.65

Implementers 3

flattenFakeContextcli/agent_tool_flatten_test.go
contextPluginAdaptercli/context_adapter.go
fakeContextAdaptercli/plugins/builtin_context_test.go

Calls

no outgoing calls