MCPcopy Create free account
hub / github.com/developersdigest/llm-answer-engine / ContentResult

Interface ContentResult

app/tools/contentProcessing.tsx:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 favicon: string;
25}
26interface ContentResult extends SearchResult {
27 html: string;
28}
29
30
31// Fetch contents of top 10 search results

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected