Kind: Type
Source: atloria-monorepo/libs/site-gen-core/src/assembler/tools/query-product-knowledge.tool.ts
Full-text search across generated documentation.
Definition
ts(
projectId: string,
query: string,
options?: { limit?: number; documentType?: string; audience?: string },
) => Promise<ProductDocument[]>
Was this page helpful?