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

Method ProcessExtraction

cli/workspace/memory/store.go:473–475  ·  view source on GitHub ↗

ProcessExtraction processes the output from the memory extraction LLM, populating profile, topics, and projects. Kept with its original (void) signature for API compatibility; callers that need the summary use ProcessExtractionResult.

(response string)

Source from the content-addressed store, hash-verified

471// signature for API compatibility; callers that need the summary use
472// ProcessExtractionResult.
473func (m *Manager) ProcessExtraction(response string) {
474 m.ProcessExtractionResult(response)
475}
476
477// ProcessExtractionResult is ProcessExtraction with a summary of what changed.
478func (m *Manager) ProcessExtractionResult(response string) ExtractionSummary {

Callers 2

seedManagerFunction · 0.95

Implementers 2

MockTokenManagerllm/token/mock_token_manager.go
TokenManagerllm/token/token_manager.go

Calls 1

Tested by 2

seedManagerFunction · 0.76