MCPcopy
hub / github.com/Linen-dev/linen.dev / CrawlOptions

Interface CrawlOptions

packages/llm/src/langchain.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26});
27
28interface CrawlOptions {
29 selectors: string[];
30 output: string;
31}
32
33export default class LangChain {
34 static async predict({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected