(ctx context.Context, state *AgentState, query string)
| 46 | content, ids := formatFabricSearchResult(result, referenceTime) |
| 47 | if strings.TrimSpace(content) == "" { |
| 48 | return nil |
| 49 | } |
| 50 | return []MemoryRecall{{ |
| 51 | Filename: "memory-fabric", Content: content, RecallID: "memory-fabric", RecallIDs: ids, |
| 52 | }} |
| 53 | } |
nothing calls this directly
no test coverage detected