ProcessExtraction processes enhanced extraction output from the memory worker. Void for API compatibility; use ProcessExtractionResult for the summary.
(response string)
| 154 | // worker. Void for API compatibility; use ProcessExtractionResult for the |
| 155 | // summary. |
| 156 | func (ms *MemoryStore) ProcessExtraction(response string) { |
| 157 | ms.manager.ProcessExtraction(response) |
| 158 | } |
| 159 | |
| 160 | // ProcessExtractionResult is ProcessExtraction with a summary of what was |
| 161 | // persisted. |
no outgoing calls