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

Method ProcessExtraction

cli/workspace/memory.go:156–158  ·  view source on GitHub ↗

ProcessExtraction processes enhanced extraction output from the memory worker. Void for API compatibility; use ProcessExtractionResult for the summary.

(response string)

Source from the content-addressed store, hash-verified

154// worker. Void for API compatibility; use ProcessExtractionResult for the
155// summary.
156func (ms *MemoryStore) ProcessExtraction(response string) {
157 ms.manager.ProcessExtraction(response)
158}
159
160// ProcessExtractionResult is ProcessExtraction with a summary of what was
161// persisted.

Callers 1

newModeBuilderFunction · 0.45

Calls

no outgoing calls

Tested by 1

newModeBuilderFunction · 0.36