Skip to content

CagToolOptions

type CagToolOptions = object;
retriever: KnowledgeRetriever;

sources: KnowledgeSource[];

optional topK?: number;