Kind: Type
Source: atloria-monorepo/libs/site-gen-core/src/assembler/tools/query-product-knowledge.tool.ts
Fetch user-facing features for a project (from doc-automation Stage 3 output or KG).
Definition
ts(
projectId: string,
options?: { limit?: number; minConfidence?: number },
) => Promise<ProductFeature[]>
Was this page helpful?